Admission Page with MongoDB

Project Overview

A web application where students can submit their details for admission, with data stored in a MongoDB database.

Screenshot of Admission Page

Features

  • Student Registration Form with validation
  • Data Storage in MongoDB
  • Confirmation Message after submission

Technologies

  • Front-End: HTML, CSS, JavaScript, React.js
  • Back-End: Node.js, Express.js
  • Database: MongoDB

Live Demo

Check out the live application here: Live Link

Installation and Setup

  1. Clone the repo: git clone [your-repository-url]
  2. Install dependencies: npm install
  3. Configure MongoDB: Add your MongoDB URI to a .env file
  4. Start the app: npm start

Usage

  1. Fill in the registration form.
  2. Submit the form to store data in MongoDB.
  3. View the confirmation message.

Contributing

Feel free to open issues or submit pull requests.

License

Licensed under the MIT License.

Contact

For questions, contact [Your Name] at [your-email@example.com].