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.
- User registration with validation for email, password and phone number
- MongoDB integration for storing user data
- Responsive design for mobile and desktop browsers
- Clone the repository:
git clone https://github.com/RiyaRaj28/Registration_Form.git
- Install dependencies:
npm install
- Start the server:
npm start
- Visit http://localhost:3000 in your browser to view the registration form.
- HTML5
- CSS3
- Node.js
- Express.js
- MongoDB
- Mongoose