FastAPI backend sample for InsightLab job position.
The frontend of this project can be found here.
Endpoints used on this project.
https://servicodados.ibge.gov.br/api/v1/localidades/estados/ce/municipios
https://servicodados.ibge.gov.br/api/v3/agregados/6579/periodos/2021/variaveis/9324
https://servicodados.ibge.gov.br/api/v3/agregados/5938/periodos/2021/variaveis/37
https://servicodados.ibge.gov.br/api/v3/agregados/9543/periodos/2022/variaveis/2513
To run this project, you will need to have Docker installed on your system.
Run the command bellow, you can also use the -d
to hide the logs. Depending of the
version of your docker compose, you may need to use docker-compose
instead.
docker compose up
Run the command bellow. Use the flag --rmi all
to remove the downloaded images from
your system.
docker compose down