Skip to content

Dzana-K/PawAdopt-Backend

Repository files navigation

This is the backend for my PawAdopt application, implemented with Flask.

How to run:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published