- Node.js
- MongoDB
- Angular JS
- Gulp
-
Write an API with Express FW
-
Use the API to authenticate users and store them in MongoDB
-
Your API should allow users:
- To register
- To Login
- To Logout
-
Your API should pass all integration tests.
-
API with Express FW
-
API authenticates users and store them in MongoDB
-
API allows users:
- To register
- To Login
- To Logout
-
API passing all integration tests.
$ git clone https://github.com/sistemaon/Alt-Tab---Node.JS-Coding-Challenge-Public.git
$ cd Alt-Tab---Node.JS-Coding-Challenge-Public
$ npm install
$ npm start
$ npm run test
- Use any npm library you like