Skip to content

sergiorra/sushi-api-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages