This is a simple app in flask. Html,css,bootstrap and javascript for front end and mysql for backend.
To run this project, first create all tables from Database/tables.txt.
Add admin from defaultData.txt. Then change config.py according to your database host,user,password and database.
Also change the 'UPLOAD_PATH' value in app.py to the path where "/static/images".
Change to your project location which would be like C://Program Files or D://Projects in windows case.
Then install Flask-socketio.
Then run command in terminal
or
finally u can run the project.