An application built with Node.js, Express, and MongoDB. This guide covers setting up the project, installing dependencies, and connecting to MongoDB Atlas.
- Step 1: Project Structure
- Step 2: Install Dependencies
- Step 3: Connect to MongoDB Atlas
- Environment Variables
- Contributing
- License
- bcrypt-> creates the hash of password
- jwt-> json web token that creates token using payload (user info) this token then can be used to access other services of website