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.
- 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.
- 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