Skip to content

Backend for simple expenses tracking application with automatic migrations in gorm

License

Notifications You must be signed in to change notification settings

ArturMarekNowak/ExpensesTrackerGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Table of contents

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

About

Backend for simple expenses tracking application with automatic migrations in gorm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published