This project demonstrates a simple user registration system implemented using HTML, CSS, Node.js, and MongoDB. Users can register by providing their username, email, and password, which are then stored in a MongoDB database.
- Clone this repository:
git clone https://github.com/Sweety-Vigneshg/user-registration-system.git
- Navigate to the project directory:
cd user-registration-system
- Install dependencies:
npm install
- Start the Node.js server:
node server.js
- Open your browser and go to http://localhost:3000 to view the application.
- Fill out the registration form with your desired username, email, and password.
- Click on the "Register" button to submit the form.
- Upon successful registration, you will receive a confirmation message.
- Your registration information will be stored in the MongoDB database.
- HTML
- CSS
- JavaScript
- Node.js
- Express.js
- MongoDB
- Mongoose
Contributions are welcome! Please feel free to submit a pull request or open an issue if you find any bugs or would like to suggest improvements.
This project is licensed under the MIT License.