Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reeli/swagger-faker-examples
https://github.com/reeli/swagger-faker-examples
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/reeli/swagger-faker-examples
- Owner: reeli
- Created: 2021-12-21T14:08:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:49:43.000Z (about 1 year ago)
- Last Synced: 2024-05-27T21:17:41.141Z (7 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: ``)