Skip to content

Khairulbashar010/Basic_MEN_stack_REST_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.