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

https://github.com/cerjs/mock-server

Mock-server is a Node.js web system for mock data.
https://github.com/cerjs/mock-server

Last synced: 10 months ago
JSON representation

Mock-server is a Node.js web system for mock data.

Awesome Lists containing this project

README

          

Mock-server is a Node.js web system for mock data.

## Features


- Supports [Mockjs](http://mockjs.com/)
- Supports ajax and jsonp
- Supports custom domain

## Install dependencies

```
npm install
```
- gulp
- gulp-connect
- mockjs
## Start server

```
gulp
```
## Document

```
- change your hosts
example:127.0.0.1 yourdomain

```