Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.21 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.21 KB

MongoAuth - Node.js, Express.js, and MongoDB Login System

MongoAuth is a simple login system built using Node.js, Express.js, and MongoDB. It provides user registration and authentication functionalities.

Screenshots

Screenshot 1 Screenshot 2
Screenshot 1 Screenshot 2
Screenshot 3 Screenshot 4
Screenshot 3 Screenshot 4

Features

  • User registration with username and password.
  • User authentication for secure access to protected routes.
  • MongoDB database for data storage.

Prerequisites

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).