Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 173 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 173 Bytes

Steps to setup

First clone the repository to your desired location Run the following commands in you teminal:

bundle install
rake db:create
rake db:migrate
rails s