Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 736 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 736 Bytes

#Jazzify Build Status Code Climate Dependency Status

To run this application, you need PostgreSQL. Get it from here or here (Mac only). You should also have Ruby and Rails installed on your machine.

#####Once you have this repository cloned on your machine

bundle install
rails db:setup
bundle exec rails server