This repo contains the project for the challenge in order to enter the golang bootcamp
This project requires python 3.8 to run.
Install the dependencies and devDependencies and start the server.
$ pip install -r requirements.txt
Create a .env file and add a openweathermap api_key
API_KEY=<your-api-key>
Run next command to star server
$ uvicorn main:app --reload
After you install the dependencies
$ docker-compose up --force-recreate --build -d
$ docker image prune -f
After you install the dependencies
$ pytest