This is a memo application using sinatra.
- Display a list of memos.
- Create a new memo. (with title and details)
- Display memo details.
- Edit memo.
- Delete memo.
git clone https://github.com/azitama6/memo-app.git
cd memo_app/
bundle install
bundle exec ruby memo_app.rb