https://github.com/actionanand/json-server
It's simple json response
https://github.com/actionanand/json-server
json
Last synced: over 1 year ago
JSON representation
It's simple json response
- Host: GitHub
- URL: https://github.com/actionanand/json-server
- Owner: actionanand
- Created: 2022-05-03T15:04:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T12:18:59.000Z (over 1 year ago)
- Last Synced: 2025-03-07T13:26:42.210Z (over 1 year ago)
- Topics: json
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typicode Json Server
## How to run?
```bash
npm run json-server --watch db/api/quiz/questions.json
```
## REST API end points
* https://raw.githubusercontent.com/actionanand/json-server/main/db/api/quiz/questions.json
## Resources
- [Typicode json-server : npm package](https://www.npmjs.com/package/json-server)
- [Typicode json-server : GitHub](https://github.com/typicode/json-server)
- [Json Placeholder](https://jsonplaceholder.typicode.com/)
- [Fix CORS in Angular 13 App with CLI Proxy Configuration](https://www.techiediaries.com/fix-cors-with-angular-cli-proxy-configuration/)