- nodeServer
- 一个node服务器的基本服务
- 快速搭建一个简单的基础的node服务
- nodejs(7.6+)
- mongodb(2.6+)
$ git clone https://github.com/Evahog33/nodeServer.git
$ cd nodeServer
$ npm install
$ npm install nodemon -g
# serve with hot reload at localhost:9090
$ npm start
- api 定义接口(接口都写在这个文件夹里)
- model/model.js 定义数据库
- public 提供静态文件
- app.js 项目入口文件