Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 280 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 280 Bytes

Mern_backend

Includes Authorization using JWT token, Hashing the data using Bcrypt library, avoiding CORS error, connecting application to MongoDB and writing Schema...
Add .env file with PORT, DBURL and SECRET_KEY

To run unit test for end-points use command - npm run test