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

https://github.com/weivea/node-data-producer

我的node测试
https://github.com/weivea/node-data-producer

Last synced: about 1 year ago
JSON representation

我的node测试

Awesome Lists containing this project

README

          

# node-data-producer
---
最简单的数据生成系统

基于node-mongodb-native,express,angular的最简单的数据生成系统

mongodb安装好就能用,默认配置端口27017

项目构建:
```shell
npm install
cd public/backpart/app
bower install

```

开发运行:
```shell
gulp
```