A web application built using Flask and MongoDB to track internship applications.
- Add internship details
- View saved internships
- MongoDB database storage
- Modern UI
- Python
- Flask
- MongoDB
- HTML & CSS
-
Install dependencies: pip install flask pymongo
-
Run application: python app.py
-
Open browser: http://192.168.1.4:10000