Sandbox API
A sample API for experimenting with the JSON:API format. It allows users to create accounts so they can modify their own data.
Getting Started
Requirements
- Ruby
- PostgreSQL (e.g. Postgres.app)
Setup
$ bundle install
$ rails db:setup
Testing
$ bin/rspec
Running
$ rails server
License
Apache-2.0