A web application where students can submit their details for admission, with data stored in a MongoDB database.
- Student Registration Form with validation
- Data Storage in MongoDB
- Confirmation Message after submission
- Front-End: HTML, CSS, JavaScript, React.js
- Back-End: Node.js, Express.js
- Database: MongoDB
Check out the live application here: Live Link
- Clone the repo:
git clone [your-repository-url]
- Install dependencies:
npm install
- Configure MongoDB: Add your MongoDB URI to a
.env
file - Start the app:
npm start
- Fill in the registration form.
- Submit the form to store data in MongoDB.
- View the confirmation message.
Feel free to open issues or submit pull requests.
Licensed under the MIT License.
For questions, contact [Your Name] at [your-email@example.com].