A RESTful API for managing home services build using Go and the Gin framework.
- keep track of monetary transactions
- categorize transactions
- tag transactions
- Go 1.23+
- PostgresSQL
- clone the repo:
git clone https://github.com/dot-slash-ann/home-services-api
cd home-services-api
- install dependencies
go mod download
- install CompileDaemon
go install github.com/githubnemo/CompileDaemon
- run tests
go test ./...
-
Configure environment variables for your database setup
-
run the app
CompileDaemon -command="./home-services-api"
MIT