Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/reeli/swagger-faker-examples


https://github.com/reeli/swagger-faker-examples

Last synced: about 1 month ago
JSON representation

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: ``)