The API uses Mongoose DB for storing the user information, uses Passport JWT strategy for securing the routes
1.0.0
npm install
npm start
##Endpoints
POST /users/register
POST /users/authenticate // Gives back a token
GET /users/profile // Needs json web token to authorize