Skip to content

A golang backend application that helps you manage your budget

Notifications You must be signed in to change notification settings

jairogloz/go-budget

Repository files navigation

How to run with Docker

  1. Build your Docker image with:
docker build -t go-budget .
  1. Run your container with:
docker run -d --name go-budget-container --env-file .env -p 8080:8080 go-budget

About

A golang backend application that helps you manage your budget

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages