Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 508 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 508 Bytes

Basic_MEN_stack_REST_API

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

dotenv setup should be

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.