ckenst / ReadingList

A book reading list built on Rails
0 stars 0 forks source link

Chris's Reading List

A reading list rails app. Built following the Rails For Zombies 2 Soup to Bits videos but using Postgres for the database so it can run on Heroku.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku run rake db:migrate
$ heroku open

Running locally

To run locally, make sure you have Postgres installed and running. From the command line run:

$ rails server

Documentation

For more information about using Ruby on Heroku, see these Dev Center articles: