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/
bundle exec rake -Tto show rake tasksbundle exec irb -r ./app.rbto debug your app