Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 454 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 454 Bytes

Sinatra Memo App

This is a simple Memo application powered by Sinatra

Usage

  1. Clone this repository
git clone https://github.com/tksmasaki/sinatra-memo-app.git
  1. Change to the repository directory and install gems
bundle install
  1. And run with
rackup -p 4567
  1. View at http://localhost:4567
  2. You can do the following
    • Create new memo
    • Edit memo
    • Delete memo