https://github.com/zpratt/fake-rest-api
A set of endpoints that serve fake data for testing api client interactions.
https://github.com/zpratt/fake-rest-api
Last synced: 9 months ago
JSON representation
A set of endpoints that serve fake data for testing api client interactions.
- Host: GitHub
- URL: https://github.com/zpratt/fake-rest-api
- Owner: zpratt
- License: mit
- Created: 2015-02-22T04:53:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-22T22:08:15.000Z (over 11 years ago)
- Last Synced: 2025-02-05T22:43:41.126Z (over 1 year ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fake-rest-api
This project defines a handful of endpoints that serve up dummy data for the purposes of testing api clients.
## To start the server
1. `npm install`
- `npm start`