Building a RESTful CRUD API with Node.js(>=v10.15.0), Express/Koa and MongoDB/MySQL.
// API documentation
$ git clone git@github.com:bridge5/node-examination.git
$ cd node-examination/swagger
$ npm start
$ open http://localhost:3030/docs
- Please read the swagger documentation and implement these features under app folder.
- Please add tests using your preferred testing tool (chai, mocha, Jasmine ...).
- Please add some features that could help you show your personal abilities.
- Please check for small things like syntax errors, since details matter.
- Please deliver something that works, non working project is an automatic disqualification.
- 第一步:克隆这个仓库到你自己的账号里。
- 第二步:完成下列任务。
- 第三步:发送 * Pull Request* 到仓库 bridge5/node-examination。