MongoAuth is a simple login system built using Node.js, Express.js, and MongoDB. It provides user registration and authentication functionalities.
Screenshot 1 | Screenshot 2 |
---|---|
Screenshot 3 | Screenshot 4 |
---|---|
- User registration with username and password.
- User authentication for secure access to protected routes.
- MongoDB database for data storage.
Before you begin, ensure you have met the following requirements:
- Node.js installed on your machine.
- MongoDB server running locally or accessible via a URL.
- Git (optional, for cloning the repository).