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

https://github.com/franmc01/my-json-server

Get a full fake REST API with zero coding in less than 30 seconds (seriously)
https://github.com/franmc01/my-json-server

javascript json-server

Last synced: about 1 year ago
JSON representation

Get a full fake REST API with zero coding in less than 30 seconds (seriously)

Awesome Lists containing this project

README

          

# MyJsonServer

## Getting started

Install JSON Server

- NPM
```
npm install -g json-server
```
- YARN
```
yarn global add json-server
```

Clone this repository and through your preferred terminal, access this directory.

Start JSON Server

```bash
json-server --watch db.json
```