PCT Application Tracking System
pipenv shelldeactivate
exitpipenv installTo install a specific dependency into the project (make sure you are within the virtual environment)
pipenv install dependency_namemake start-dev-containerexport FLASK_APP=manage.py
export FLASK_ENV=development
flask runFirst, ensure you have Docker downloaded (https://www.docker.com/products/docker-desktop)
make test-container