Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 406 Bytes

File metadata and controls

26 lines (19 loc) · 406 Bytes

Internship Tracker

A web application built using Flask and MongoDB to track internship applications.

Features

  • Add internship details
  • View saved internships
  • MongoDB database storage
  • Modern UI

Tech Stack

  • Python
  • Flask
  • MongoDB
  • HTML & CSS

How to Run

  1. Install dependencies: pip install flask pymongo

  2. Run application: python app.py

  3. Open browser: http://192.168.1.4:10000