/sandbox_api

JSON:API Sandbox for How to JSON:API and Reststate

Primary LanguageRubyOtherNOASSERTION

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

  1. Ruby
  2. PostgreSQL (e.g. Postgres.app)

Setup

$ bundle install
$ rails db:setup

Testing

$ bin/rspec

Running

$ rails server

License

Apache-2.0