MEN stack REST API with authentication
Test using Postman. Get it here: https://www.postman.com/
I have used MongoDB Atlas, the cloud service they provide. Link: https://www.mongodb.com/cloud/atlas/efficiency
databaseURI: your mongoDB cluster credential
serverPORT: your server port
SECRETKEY: secret key for jsonwebtoken encoding
I tried to keep all the http status codes as according. Learnt a lot from this project.