2bcf9a2f024755e3a85a0ac584c4f047fb700c23
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Fakturovac
A simple app for creating and managing invoices.
The app uses PostgreSQL for accounts, sessions, supplier profiles, and clients. Supplier and client data is private to the signed-in account.
To deploy, run:
make deploy
Or start the stack directly from this directory:
docker compose up --build
Then open http://localhost:3001 and create an account. PostgreSQL data is kept
in the postgres-data Docker volume, so it survives app and container restarts.
To remove the database as well, run docker compose down -v.
Languages
JavaScript
66.1%
HTML
17.2%
CSS
16.2%
Makefile
0.3%
Dockerfile
0.2%