基于express-restful,sequelize实现的一个简单的restful后台
- 首先确认有安装 npm node
- 运行
$ git clone https://github.com/simplefatty/QuestionnaireSystem.git
- 运行
$ npm install
- 最后启动应用
$ node server.js
或者$ npm start
- 打开浏览器
http://127.0.0.1:8080
/ http://127.0.0.1:8080/people/1
.
- 访问
http://127.0.0.1:8080/define/
生成数据库表,请确保config/models.json
信息正确
- 可以运行
node seed.js
插入简单的数据测试