- Python 3.8 or higher
- Docker (optional)
- Clone the repository (if you haven’t done so already):
git clone <https://github.com/VslVictor7/helper-api.git>
cd helper-api
- Create a Virtual Environment (venv):
python -m venv venv
- Activate the Virtual Environment::
source .venv/scripts/activate
- Upgrade pip
python -m pip install --upgrade pip
- Install requirements.txt
pip install -r requirements.txt
- Running api.py
py api.py
Or
- Running with Docker-Compose
docker-compose up --build