Python3
Anaconda
conda create -n dbenv
conda activate dbenv
Traverse inside the cs6360_my_db_proj
folder.
cd cs6360_my_db_proj
Execute the following command:
pip install -r requirements.txt
Run the following:
python app.py
Then, open the http://127.0.0.1:4114/login
Github link for the project: https://github.com/vagdevik/cs6360_my_db_proj