Registration-Form

User Registration System

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.

Table of Contents

Installation

  1. Clone this repository:
     git clone https://github.com/Sweety-Vigneshg/user-registration-system.git
    
  2. Navigate to the project directory:
     cd user-registration-system
    
  3. Install dependencies:
     npm install
    
  4. Start the Node.js server:
     node server.js
    
  5. Open your browser and go to http://localhost:3000 to view the application.

Usage

  1. Fill out the registration form with your desired username, email, and password.
  2. Click on the “Register” button to submit the form.
  3. Upon successful registration, you will receive a confirmation message.
  4. Your registration information will be stored in the MongoDB database.

Technologies Used

Contributing

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.

License

This project is licensed under the MIT License.