Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samfelgar/finances-go
https://github.com/samfelgar/finances-go
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samfelgar/finances-go
- Owner: samfelgar
- Created: 2023-02-25T20:45:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T20:54:56.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T14:13:29.751Z (2 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.