/sinatra-boilerplate

Boilerplate for a Sinatra app using Postgres and ActiveRecord

Primary LanguageRuby

To launch a Sinatra server just run this and open a web browser at http://localhost:4567:

bundle exec rackup -p 4567

Enjoy!