Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arturmareknowak/expensestrackergo
Backend for simple expenses tracking application with automatic migrations in gorm
https://github.com/arturmareknowak/expensestrackergo
docker gin go gorm postgres
Last synced: 7 days ago
JSON representation
Backend for simple expenses tracking application with automatic migrations in gorm
- Host: GitHub
- URL: https://github.com/arturmareknowak/expensestrackergo
- Owner: ArturMarekNowak
- License: mit
- Created: 2024-06-16T00:33:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-12T21:08:58.000Z (10 days ago)
- Last Synced: 2025-01-12T21:32:00.248Z (10 days ago)
- Topics: docker, gin, go, gorm, postgres
- Language: Go
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExpensesTracker
This is a simple app for tracking expenses. Backend is ready but frontend is in progress. I host this application on my [k8s cluster](https://github.com/ArturMarekNowak/MyK8sCluster).
## Table of contents
* [General info](#general-info)
* [Technologies](#technologies)
* [Status](#status)
* [Inspiration](#inspiration)## General info
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
## Technologies
* go 1.22
* gin 1.10
* Docker
* Postgres
* Postman## Status
Project is: _in progress_## Inspiration
I had it previously in excel