Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 326 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 326 Bytes

calon-api-endpoint

Code Climate

How to setup

  1. $ bundle install
  2. Configure your database credentials in database.yml
  3. $ bundle exec rake db:setup
  4. $ bundle exec rails server