Build a data application fast
streamlit run src/Home.py
Clone the repository
Create a virtual python environment to isolate dependency versions.
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
Run the docker compose file to spin up the docker image.
docker compose up --build
- Add POSTGRES to the docker-compose
- Seed POSTGRES from the
db/seed.sql