P.E.T is a Pyhton-MongoDb applicaton pet owners use to book a place for their pets. Current Version Accept's only snakes but we'll add more as we go. AKA, AirBnB for Pets.
sudo apt install python3.8-venv
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
Look into the src/ folder and run
python program.py