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)
- Host: GitHub
- URL: https://github.com/franmc01/my-json-server
- Owner: franmc01
- Created: 2021-08-05T22:33:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-07T02:09:05.000Z (almost 5 years ago)
- Last Synced: 2025-02-01T11:42:10.857Z (over 1 year ago)
- Topics: javascript, json-server
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```