The project, Timetable managment System , is a web application developed using the Django Framework and an SQLite database.
The project makes use of a genetic algorithm to satisfy the soft and hard constraints and generate the most optimal timetable. The web application includes a simple authentication-authorization module, and on successfull authentication the user is redirected to the admin dashboard.
On the admin dashboard the user can input the data of the college/university which is required to generate the timetable. The user must add the following details:
- Teachers
- Classrooms
- Timings
- Courses
- Departments
- Sections
Upon successfull entry of the data into sqlite database, the user can navigate to the "Generate Timetable" page to start the process of generating the timetable. Upon successfull generation of the timetable the user can download the timetable as a PDF.
Technologies Used:
- HTML5
- CSS3
- Python 3.8
- Django 3.0.*
- JavaScript
- sqlite3