Skip to content

A user registration system built with Node.js, Express, and MongoDB. This project includes a form where users can submit their details (e.g., name, email, password) and have them stored in a MongoDB database. It features frontend validation and is deployed on Vercel for easy access and scalability

Notifications You must be signed in to change notification settings

Aryan5hukla/Formdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Form Database Project

A simple user registration form built with Node.js, Express, MongoDB, and basic HTML/CSS/JS to store user data in a database. This project demonstrates how to set up a backend with Express and MongoDB, and allows users to submit their registration details.

Technologies Used

  • Node.js : JavaScript runtime to run the backend server.
  • Express.js : Framework for building RESTful APIs.
  • MongoDB : NoSQL database to store user data.
  • Mongoose : ODM for MongoDB to interact with the database.
  • HTML/CSS : Basic web development technologies for building the frontend.
  • JavaScript : Client-side scripting for form handling and data submission.

Features

  • User registration form with fields like Name, Username, Email, etc.
  • Data is stored in MongoDB
  • Backend built using Node.js and Express
  • Frontend built with basic HTML/CSS and JavaScript
  • Simple validation to ensure data is submitted correctly

About

A user registration system built with Node.js, Express, and MongoDB. This project includes a form where users can submit their details (e.g., name, email, password) and have them stored in a MongoDB database. It features frontend validation and is deployed on Vercel for easy access and scalability

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published