Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 393 Bytes

readme.md

File metadata and controls

23 lines (17 loc) · 393 Bytes

AltTab coding challenge

You would need:

  • Node.js
  • MongoDB

Client APP is using:

  • Angular JS
  • Gulp

Your task:

  • 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.

You could:

  • Use any npm library you like