Skip to content
 
 

Repository files navigation

A base Sinatra application template. Just fork and build. Yay! Includes Active Record, PG, RSpec, Haml, Sass, Bourbon, Neat, all ready to go.

Set up your database credentials in config/database.yml

Then run:

rake db:create
rake db:migrate

Define environment variables in .env

cp .env.example .env

bundle install
bundle exec foreman start

And visit http://localhost:5000/

You can check what rake tasks are available by running:

bundle exec rake -T
rake db:migrate RACK_ENV=test
./bin/rspec

About

A base Sinatra application template with Active Record, PG, RSpec, Haml, Sass, Bourbon, and Neat. Just fork and build.

Resources

Stars

6 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages