Skip to content

Building a RESTful CRUD API with Node.js, Express/Koa and MongoDB/MySQL.

License

Notifications You must be signed in to change notification settings

bridge5/node-examination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-examination

Building a RESTful CRUD API with Node.js(>=v10.15.0), Express/Koa and MongoDB/MySQL.

Usages

// API documentation
$ git clone [email protected]:bridge5/node-examination.git
$ cd node-examination/swagger
$ npm start

$ open http://localhost:3030/docs 

Step

  • Step1:克隆这个仓库到你自己的账号里。
  • Step2:完成下列任务。
  • Step3:发送 Pull Request 到仓库 bridge5/node-examination

Tasks

  1. Please read the swagger documentation and implement these features under app folder.
  2. Please add tests using your preferred testing tool (chai, mocha, Jasmine ...).
  3. Please add some features that could help you show your personal abilities.

Objectives

  • Please check for small things like syntax errors, since details matter.
  • Please deliver something that works, non working project is an automatic disqualification.

About

Building a RESTful CRUD API with Node.js, Express/Koa and MongoDB/MySQL.

Resources

License

Stars

Watchers

Forks