Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 284 Bytes

README.rdoc

File metadata and controls

10 lines (7 loc) · 284 Bytes

This is a rack app that introduce an API for puzzless.com.

To Run It Localy

  • Run ‘bundle install`

  • Rename and customize config/database.yml.sample

  • Create database

  • Run migrations: ‘bundle exec rake db:migrate`

  • Run the server with ‘bundle exec rackup config.ru -p 3000`