Skip to content

akshayaashok11/Registration-Form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Registration Form

This project implements a user registration system using Node.js, Express.js, MongoDB, HTML, CSS, JS, and Bootstrap.

Features

  1. Users can register using their name, email, and password.
  2. Upon registration, the user's details are stored in MongoDB using Mongoose.
  3. If a user attempts to register with an email that already exists in the database, they receive a 'Registration Error' message.
  4. For first-time registrations, users receive a 'Registration Successful' message.

Setup Instructions

  1. Clone the repository to your local machine.
  2. Install dependencies using npm install.
  3. Ensure MongoDB is running on your system.
  4. Start the application using npm start.
  5. Access the application in your browser at http://localhost:2000.

Usage

  1. Navigate to the registration page.
  2. Enter your name, email, and password.
  3. Submit the form.
  4. Receive feedback on the registration status.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors