This project is a simple receipt processing API built with Go and Gin.
- Go 1.23.4 or later
To run all tests, use the following command:
make test
To start the server, use the following command:
make run
or if you dont have make:
go run cmd/main.go