Skip to content

Explorer-O7/Build_a_Registration_Form_by_Bharat_Intern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build a Registration Form by Bharat Intern

Overview

This repository contains a registration form built using Node.js, Express.js, and MongoDB. The form allows users to register with their details, which are then stored in a MongoDB database.

Technologies Used

  • Node.js: For building the server-side logic
  • Express.js: For building the web application framework
  • MongoDB: For storing and managing user data
  • EJS: For templating and rendering HTML pages
  • CSS: For styling and layout

Features

  • User registration with name, email, password, and confirm password
  • Validation for required fields and password match
  • Data stored in a MongoDB database
  • Simple and intuitive user interface
  • Responsive design for mobile and desktop devices

Getting Started

Installation

  1. Clone the repository: git clone https://github.com/Explorer-O7/Build_a_Registration_Form_by_Bharat_Intern
  2. Install dependencies: npm install
  3. Start the server: npm start

Configuration

  1. Create a MongoDB database and add your connection details to the config.json file
  2. Configure your authentication settings in the auth.js file

Usage

  1. Access the registration form at http://localhost:5500/pages/index.html
  2. Fill in your details and submit the form
  3. Your data will be stored in the MongoDB database

License

This project is licensed as free to use.

Contributing

Contributions are welcome! Please fork the repository, make your changes, and submit a pull request.

Acknowledgments

Thanks to the Node.js, Express.js, and MongoDB communities for their support and resources.

I hope this helps! Let me know if you need any further assistance.

About

Full Stack Web Development Certification Course by Bharat Intern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published