haraball / basic

A basic sinatra app template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Sinatra App

This is a basic sinatra app, ready for heroku, or local deployment. It uses sequel and less to deal with the db and css.

If you are using heroku, try creating your app with heroku create APP_NAME -s cedar.

To run your site locally, run rackup.

Database Stuff

Add migrations by adding files to db/migrations/ and then run rake db to migrate the db.

Resources

About

A basic sinatra app template.