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
- Host: GitHub
- URL: https://github.com/codingitwrong/sandbox_api
- Owner: CodingItWrong
- License: other
- Created: 2020-05-09T15:25:32.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T12:22:02.000Z (over 1 year ago)
- Last Synced: 2025-01-28T05:17:59.933Z (over 1 year ago)
- Language: Ruby
- Homepage: https://sandbox.howtojsonapi.com
- Size: 443 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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