Welcome to the Mckinley & Rice Coding Challenge!
To complete this challenge, you will need to write a web app, and provide us the source files to be built.
This challenge is expected to take about 4 hours.
- 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.
- Use any npm library you like