Skip to content

This project implements a user registration system using HTML, CSS, Node.js, and MongoDB. Users can register by providing their username, email, and password, which are securely stored in a MongoDB database. The application provides a simple and intuitive user interface for registration.

Notifications You must be signed in to change notification settings

Sweety-Vigneshg/Registration-Form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • HTML
  • CSS
  • JavaScript
  • Node.js
  • Express.js
  • MongoDB
  • Mongoose

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.

About

This project implements a user registration system using HTML, CSS, Node.js, and MongoDB. Users can register by providing their username, email, and password, which are securely stored in a MongoDB database. The application provides a simple and intuitive user interface for registration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages