This project is the backend API for the login flow of the Enforca Technologies website. It uses Node.js, Express.js, and MongoDB to handle user data, validate login credentials, and connect with the frontend application.
- Node.js: JavaScript runtime for the backend.
- Express.js: Framework for building the API.
- MongoDB: database for storing user data.
- dotenv: Environment variable management.
- bcrypt: Password hashing for security.
- Postman: For testing API endpoints.