This is a restful application to process backend orders from a restaurant.
These are the technologies used to create this project:
- Golang (Go) 1.15
- Mux
To run this project, build it locally using Go:
$ go build -o restaurant -i ./cmd/server
$ ./restaurant
In order to run tests:
$ go test -v ./...
Endpoints can be found in pkg/handler/handler.go