Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 773 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 773 Bytes

The Courseware Project API / api.coursewa.re

This is a Rails app to provide an oAuth v2 enabled API endpoint for an existing Coursewa.re instance.

The API responds just JSON.

Build Status

Installation

  1. Close the repository
  2. Run bundle install
  3. Run migrations bundle exec rake db:create db:migrate db:test:prepare
  4. Run rails s

Please run bundle exec rake routes in order to see the available endpoints.

Testing

Run bundle exec rake to run tests.

Database

A note on migrations. Ideally, the non API application should handle these!

{include:file:doc/api_documentation.md}