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

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

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/)