Golang API Application to track money transactions
- Bruno HTTP Client
- import the collection from
docs/money-tracker-bruno.json
- import the collection from
- Database
- API Endpoints
- Go v1.21.1
- Postgres SQL
- Docker
- Fiber
- GORM
- wire
- Google Cloud Build and Cloud Run
- Auth
- User
- Transaction
- Category
- Subcategory
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
run all make commands with clean tests
make all buildbuild the application
make buildrun the application
make runCreate DB container
make docker-runShutdown DB container
make docker-downlive reload the application
make watchrun the test suite
make testclean up binary from the last build
make cleanMy first finished golang project, it's as simple as it gets, but I'm proud of it. I've learned a lot about the language and the ecosystem. I'm looking forward to working on more projects with Go.