This is a simple Memo application powered by Sinatra
- Clone this repository
git clone https://github.com/tksmasaki/sinatra-memo-app.git
- Change to the repository directory and install gems
bundle install
- And run with
rackup -p 4567
- View at http://localhost:4567
- You can do the following
- Create new memo
- Edit memo
- Delete memo