This project created using React and Flask To Run this Project, please follow the steps below.
Python 3.9 should be install pip should be installed
conda create -n myenv python=3.9
conda activate myenv
pip install -r requirements.txt
From the env.txt, copy all of the contents of it. Create a file as '.env' Paste the contents into created file
(NOTE: make sure nothing running on the port 8080 if the port is occupied in app.py line 414 change the port number if necessary)
python app.py
Please replace line 414 in app.py as below to run development server provided by flask (NOTE: make sure nothing running on the port 8080 if the port is occupied in app.py line 414 change the port number if necessary) app.run(port=8080)
then do python app.py
python -m unittest tests.py