Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 332 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 332 Bytes

The Grad List

Setting it up

You should follow these instructions in order to get it up and running.

Start by running:

git clone [email protected]:jeKnowledge/the-grad-list.git
cd the-grad-list/
bundle install
rake db:migrate
rails server

Finally you can head to localhost:3000 to test the app.