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