Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samfelgar/finances-go


https://github.com/samfelgar/finances-go

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# Finances GO

Yet another backend for the finances project, this time in Golang

## Dev environment

First, copy the `.env.example` file to `.env`, and change the values as you may see fit.

Then, run `docker-compose up -d`. This will spin up the database.

After this, you know the drill, you may run or build the project with `go run .` or `go build .`

## Disclaimer

This project, under no circumstances, should be used in production. It was developed for learning purposes.