This project includes a Python API built with Flask that communicates with the Azure API. Below are the steps to set up and run the API.
- Docker
Create a .env file in the root directory of the project and add the following variables:
PORT=5000
DEBUG=
SENTRY_DSN=
GITHUB_TOKEN=-
Clone the repository:
git clone https://github.com/bartolomeoadrian/dev-ops cd dev-ops -
Run the docker-compose file:
docker-compose up
