Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 619 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 619 Bytes

Brazil's economic indexes

Config

  • Create a .env file, you can use the .env.example file as a template.
  • Check the PORT=8000, this will be the port to access e.g.: http://127.0.0.1:8000

To run without docker

Install uv package manager

https://github.com/astral-sh/uv?tab=readme-ov-file#getting-started

Build dependencies and run the app

make install-venv-dev  # Create virtual environment and install deps
make run-venv-dev  # Run dev http://127.0.0.1:8000

To run inside docker

docker compose up --build