This project implements a user registration system using Node.js, Express.js, MongoDB, HTML, CSS, JS, and Bootstrap.
- Users can register using their name, email, and password.
- Upon registration, the user's details are stored in MongoDB using Mongoose.
- If a user attempts to register with an email that already exists in the database, they receive a 'Registration Error' message.
- For first-time registrations, users receive a 'Registration Successful' message.
- Clone the repository to your local machine.
- Install dependencies using npm install.
- Ensure MongoDB is running on your system.
- Start the application using npm start.
- Access the application in your browser at http://localhost:2000.
- Navigate to the registration page.
- Enter your name, email, and password.
- Submit the form.
- Receive feedback on the registration status.