This project is built in Django and uses MySQL as the database. This webapp provides a central platform to monitor and track Colleges and their respective student profiles. It uniquely identifies each student and provides a platform to track their performance. Used an algorithm to generate a unique for each college and can handle over 4.5 Lakh Colleges. Implemented database indexing which provides a significant speedup in accessing records.
- Clone the repository
- Install the requirements from requirements.txt
- Setup the database
- Run the migrations
- Run the server
Check out the working demo here.