Skip to content

Latest commit

 

History

History
executable file
·
25 lines (17 loc) · 691 Bytes

File metadata and controls

executable file
·
25 lines (17 loc) · 691 Bytes

node-examination

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

Usage

// API documentation
$ git clone git@github.com:bridge5/node-examination.git
$ cd node-examination/swagger
$ npm start

$ open http://localhost:3030

Tasks

  1. Please read the API documentation and implement the feature.
  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.