- Tanay Singh, PES2UG20CS364
- Shriya Y S, PES2UG20CS333
- Supreeth Shivakumar, PES2UG20CS357
This Project requires the following tools:
- Python 3.6 or higher
- MySQL 80
$ git clone https://github.com/Tanay3484/CC-Project.git
$ pip install -r requirements.txt
Step 2: Make Sure that you have a MySQL Server up and running either in your local computer or hosted remotely
- Open the
mysql.cfgfile with any text editor to edit your MySQL user and password in the respective fields for the app to connect to it.
(You can also edit host and port number if the MySQL Server is hosted remotely)
Also, you can change the MySQL database name for the app to use.
Run the webapp by running either flask run OR python app.py command
By default, a flask application runs on port 5000 on localhost. So head over to http://localhost:5000 and start using!