An open API service indexing awesome lists of open source software.

https://github.com/codingitwrong/sandbox_api

JSON:API Sandbox for How to JSON:API and Reststate
https://github.com/codingitwrong/sandbox_api

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
1. PostgreSQL (e.g. [Postgres.app][postgres-app])

### Setup

```sh
$ bundle install
$ rails db:setup
```

### Testing

```sh
$ bin/rspec
```

### Running

```sh
$ rails server
```

[postgres-app]: http://postgresapp.com

### License

Apache-2.0