You should create an virtual environment
pip install virtualenv
virtualenv venv
Then install requirements.txt
pip install -r requirements.txt
To run project you must run flask
flask run
To test project you run the follow command
flask test
project just to show how to use unittest
You should create an virtual environment
pip install virtualenv
virtualenv venv
Then install requirements.txt
pip install -r requirements.txt
To run project you must run flask
flask run
To test project you run the follow command
flask test
project just to show how to use unittest