Skip to content

aajdinov/golang-personal-budget-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Personal Budget CLI

Demo app for the Golang Personal Budget CLI Project.

Running tests

A proper Go environment is required in order to run this project. Once setup, tests can be run with the following command:

go test -v ./module1/ ./module2/

Running with Docker

To build the image from the Dockerfile, run:

docker build -t project-budget-app .

To start an interactive shell, run:

docker run -it --rm --name run-budget project-budget-app

From inside the shell, run the tests with:

go test -v ./module1/ ./module2/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.8%
  • Dockerfile 2.2%