This is a backend application built with Node.js, Express, and MongoDB, following the MVC architecture. It includes user authentication with JWT and password hashing using bcrypt.js.
- User Authentication: Register and Login using JWT.
- Secure Password Storage: Passwords are hashed using bcrypt.
- Environment Variables: Managed securely using
.env
. - MVC Architecture: Organized structure for scalability.
- Node.js (v14 or higher)
- MongoDB (Local or Cloud)
- Clone the Repository
git clone https://github.com/ARYANTYAGI1/Backend-Starter-Template.git