This is a simple app for tracking expenses. Backend is ready but frontend is in progress. I host this application on my k8s cluster.
Project requires existing postgres database with name ExpensesTracker. During container start up, migrations are run. To run the project, simple
docker build . -t "expensestracker""
and
docker run expensestracker
should be enough.
Pic.1 Visualization of project run with docker
Postman collection can be found in /api
folder with automatic tests collection
- go 1.22
- gin 1.10
- Docker
- Postgres
- Postman
Project is: in progress
I had it previously in excel