Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kovee98/json-server
Fake REST server for testing purposes.
https://github.com/kovee98/json-server
Last synced: 21 days ago
JSON representation
Fake REST server for testing purposes.
- Host: GitHub
- URL: https://github.com/kovee98/json-server
- Owner: Kovee98
- Created: 2019-11-11T15:53:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T16:07:53.000Z (about 5 years ago)
- Last Synced: 2024-11-08T06:28:16.372Z (2 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Json Server
> Fake REST server for testing purposes.### Basic Usage
```
GET https://my-json-server.typicode.com/kovee98/json-server/posts
```
```
GET https://my-json-server.typicode.com/kovee98/json-server/posts?id=1
```
```
POST https://my-json-server.typicode.com/kovee98/json-server/comments
```