Kost is a self-hosted family finance and expense sharing application. It helps households manage shared expenses, track payments, and calculate fair settlements between users.
This repository keeps project planning/docs at the root, and the runnable monorepo workspace in:
project/→ application source code, Docker setup, and npm workspacesdocs/→ advanced project documentation
git clone https://github.com/OnlyDrey/Kost.git
cd Kost/project
cp .env.example .env
docker compose up -dOpen:
- App: http://localhost:3000
- Health: http://localhost:3000/api/health
Stop:
docker compose downnpm install
npm run dev:api
npm run dev:web.github/ CI workflows and repository automation
docs/ advanced documentation
project/ frontend, backend, packages, Docker, scripts
README.md quick repository entrypoint