Sushi API
Simple CRUD API to manage Sushi data
βοΈ Features
- Using Gorilla Mux
- SOLID principles
- Hexagonal Architecture
- Testing
- Logging
π¦ Installation
$ go get -u github.com/sergiorra/sushi-api-go/cmd/sushi-api
π Usage
Three Makefile commands available for local development
make run // build & execute
make test // run tests
make clean // clean project
π Documentation
There is no documentation yet
βοΈ Tech Stack
- Go
- Makefile
- Github Actions
- More to come...
π License
This project is licensed under the terms of the
MIT license