dowdiness / sinatra-memo-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sinatra Memo App

Simple note taking application built by Sinatra

Installation

Make sure you already installed rbenv

Please make a database whose name is sinatra_memo by PostgreSQL before you start runnning this application.

rbenv install 3.0.3

gem install bundler

bundle install

bundle exec ruby main.rb

You can see Memo application running on http://localhost:4567

Screenshots

/

Empty Top Page

Empty Top Page

Top Page with data

Top Page with data

/new

New memo

New memo

/:id

Show memo

Show memo

/:id/edit

Edit memo

Edit memo

/reset

Delete all memos

Delete all memos

/not_found

If page not found

404 page

About


Languages

Language:HTML 61.4%Language:Ruby 37.4%Language:JavaScript 0.9%Language:CSS 0.3%