Fetch Take Home This project is a simple receipt processing API built with Go and Gin. Prerequisites Go 1.23.4 or later Running Tests 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