Skip to content

RiyaRaj28/Registration_Form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Registration Form using Node.js, Express.js, and MongoDB

This project implements a simple registration form using Node.js and Express.js for the server-side logic, along with MongoDB for data storage using Mongoose. The frontend is built with HTML and CSS.

Features

  • User registration with validation for email, password and phone number
  • MongoDB integration for storing user data
  • Responsive design for mobile and desktop browsers

Installation

  1. Clone the repository:
    git clone https://github.com/RiyaRaj28/Registration_Form.git
    
  2. Install dependencies:
    npm install
    
  3. Start the server:
    npm start
    
  4. Visit http://localhost:3000 in your browser to view the registration form.

Technologies Used

  • HTML5
  • CSS3
  • Node.js
  • Express.js
  • MongoDB
  • Mongoose

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published