Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 437 Bytes

File metadata and controls

7 lines (7 loc) · 437 Bytes

TimeTableManager

TimeTableManager DBMS Project for generating and managing timetable for universities.

how to run:

first run the sql file creation to create timetablemanager database with the tables and schema.

secondly run the sql file populate to populate the tables.

Thirdly open the py file and change sql connection password to your localhost password.

run the file by running command streamlit run frontend.py