https://github.com/reeli/swagger-faker-examples
https://github.com/reeli/swagger-faker-examples
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reeli/swagger-faker-examples
- Owner: reeli
- Created: 2021-12-21T14:08:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:49:43.000Z (over 1 year ago)
- Last Synced: 2025-01-29T07:46:36.856Z (3 months ago)
- Size: 168 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Quick Start
```shell
npm install
npm start
```Then you'll see:
1. A `mock-server` folder is generated in your current path, and all mock data is setting in `mock-server/data` folder, you can customize them if needed.
2. A mock server is started in `http://localhost:8081`, you can open your browser and visit one of the mock API by `http://localhost:8081/v2/store/order/1` (The mock data is setting in: ``)