https://github.com/md-ronyahmed/fake-json-server
https://github.com/md-ronyahmed/fake-json-server
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/md-ronyahmed/fake-json-server
- Owner: Md-RonyAhmed
- Created: 2023-12-30T12:58:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T13:03:01.000Z (over 2 years ago)
- Last Synced: 2025-08-31T05:43:29.305Z (9 months ago)
- Language: HTML
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# assdi-json-server
Please follow the below instructions to run server in your machine:
1. Go to the server directory
```sh
cd server
```
2. Install dependencies
```sh
yarn
```
3. Start the server
```sh
yarn start
```