sinatra-app
Building web applications with Sinatra.
This is a good example of structuring a Sinatra app. Feel free to clone it, browse the source, customize it and use it as your own app.
Good examples of the following:
- Using Sinatra
- Simple CRUD(Create, Read, Update, Delete) manipulation
- Save storage (without RDBMS)
Install
$ git clone https://github.com/shoyan/sinatra-app.git
Structure
- initial: Boiler plate example
- step1: Create and Read manipulation example
- step2: Simple CRUD(Create, Read, Update, Delete) manipulation example