This is a Rails app to provide an oAuth v2 enabled API endpoint for an existing Coursewa.re instance.
The API responds just JSON.
- Close the repository
- Run
bundle install
- Run migrations
bundle exec rake db:create db:migrate db:test:prepare
- Run
rails s
Please run bundle exec rake routes
in order to see the available endpoints.
Run bundle exec rake
to run tests.
A note on migrations. Ideally, the non API application should handle these!
{include:file:doc/api_documentation.md}