pet-hotel-backend

After pulling this from github, run this command in the VSCODE terminal

python3 -m venv venv; . venv/bin/activate; pip3 install flask; pip3 install psycopg2