Skip to content

lemurheavy/api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api.goodbre.ws Build Status

This is the backend API for goodbre.ws. More documentation coming soon as the API is written.

Running tests Coverage Status

The goodbre.ws API is extensively tested using MiniTest and some Mocha assertions. To run tests, run the following commands after having cloned the git repository:

  1. cd api
  2. cp config/database.yml.sample config/database.yml
  3. cp config/auth.yml.sample config/auth.yml
  4. cp config/initializers/secret_token.rb.sample config/initializers/secret_token.rb
  5. Update the above files as necessary
  6. bundle exec rake db:setup
  7. bundle exec rake