Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 616 Bytes

File metadata and controls

26 lines (16 loc) · 616 Bytes

Deploy (local docker)

Quick instructions to run the project locally via Docker.

Prerequisites:

  • Docker and Docker Compose installed.

Build and run:

docker compose build
docker compose up

Notes:

  • The backend uses SQLite by default and mounts ./backend/expense_manager.db for persistence.
  • To use a production database, set the DATABASE_URL environment variable before docker compose up.

Optional: CI/CD

  • Add a GitHub Actions workflow or container registry push as needed.