Note
Access the fake REST API at https://my-json-server.typicode.com/noclocks/demo-jsonserver.
Note
This is a demo project that uses JSON Server to create a fake REST API for prototyping and testing.
This is a demo project that uses JSON Server to create a fake REST API for prototyping and testing.
To accomplish this, the following steps were taken:
- Created this repository
- Added a
db.json
file with some data - Automatically deployed to https://my-json-server.typicode.com/noclocks/demo-jsonserver
Note
Note that this project implements the deployment above while also providing a local development environment.
The project structure is as follows:
db.json
: A JSON file that contains the data for the fake REST API.package.json
: A Node.js package file that contains the dependencies and scripts for the project.
Contributions are welcome! Please feel free to submit a pull request if you have any improvements or suggestions.
This project is licensed under the Unlicense.
(c) No Clocks, LLC | 2024