This is an attempt to implement a bookshop api in Python using the Flask library.
Run the following 2 commands to install the virtual enviroment from requirements.txt:
python -m venv ./venvpython -m pip install -r requirements.txtThis command will activate the virtual environment:
source venv/bin/activatepython -m unittestdocker-compose --env-file ./dev.env up --buildsh scripts/run-security-checks.sh