An open API service indexing awesome lists of open source software.

https://github.com/bahanix/sinatra-clean

Learn Sinatra, step 4
https://github.com/bahanix/sinatra-clean

demo-app ruby sinatra

Last synced: about 1 year ago
JSON representation

Learn Sinatra, step 4

Awesome Lists containing this project

README

          

# Quick start

```
git clone https://github.com/Bahanix/sinatra-crud.git
cd sinatra-crud/
bundle install
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec ruby app.rb -o 0.0.0.0
```

Then goto http://127.0.0.1:4567/

## Useful commands

* `bundle exec rake -T` to show rake tasks
* `bundle exec irb -r ./app.rb` to debug your app