This is a web application made using Python/Flask for Assignment 4 as part of our Introduction to Software Systems course.
Run the run.py file using the command python3 run.py
on your local machine and follow the instructions to proceed further.
This app requires Flask, python3 and SQLAlchemy to be installed
Use the following commands to install them :
pip3 install flask
pip3 install flask_sqlalchemy
sudo apt install python3
Alternatively, you can run the shell script file
setup.sh
for this purpose.
Jquery and Bootstrap - For Javascript framework
- Anirudh Palutla
- Mustafa Siddiqui
- Vinay Kumar Tadepalli