Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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