For running ths web application to your own system you have to take care of the following prerequisite or following softwares installed in your system :-
- Python (any version of 3) should be installed in your system.
- After downloading and installing python you have to add python in your system path.
- Now, You have to install a python interpreter like pycharm or any (if yor have visual studio code then good to go !).
- After doing all the stuff you have to install some python libraries or modules like flask by running the command - "pip install flask" in terminal.
- Now you have need to download a datbase also. (In this i have use mysql database).
- Downlaod any latest mysql database from browser and install it.
- Now open mysql workbench which you just intsalled it.
- You have to make a databse. 9.Then download the files of this github and enjoy using web application.