This is the backend for my PawAdopt application, implemented with Flask.
commands to run in linux:
source venv/bin/activate
sudo apt-get update
sudo apt install python3-pip
pip install -r requirements.txt
sudo apt install python3-flask
flask run
commands to run in windows:
.\venv\bin\activate
python -m pip install -r requirements.txt
python -m flask run
The API will be running on http://127.0.0.1:5000
The documentation is on the http://127.0.0.1:5000/swagger-ui