A personal expense tracker written in Go. Track your own expenses and split them with friends using groups.
- Go 1.25+
- Air (for hot reload, optional)
git clone https://github.com/nirupam52/expenseTrack
cd expenseTrack
go mod downloadStandard:
go run .With hot reload (Air):
go run scripts/dev.goThe server starts on port 41605 by default. Set the APP_PORT environment variable to change it.
curl http://localhost:41605/pingExpected response:
{"success":true,"data":"we good bro :)"}