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

https://github.com/tareque20/fake-rest-api-using-json-server

Simple rest api test using json server
https://github.com/tareque20/fake-rest-api-using-json-server

json-server postman restful-api

Last synced: 3 months ago
JSON representation

Simple rest api test using json server

Awesome Lists containing this project

README

          

# Install json server

```sh
npm install -g json-server
```
# Run json server

```sh
json-server --watch db.json
```
# Browser URL
```sh
http://localhost:3000/users
```

### Postman collection file has been added. After starting the json server, anyone can test using post.
[https://github.com/tareque20/fake-rest-api-using-json-server/tree/master/postman]