sagikazarmark / todobackend-go-kit

A simple Todo-Backend application written using Go kit

Home Page:https://todobackend-go-kit.fly.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo-Backend: Go kit

GitHub Workflow Status OpenSSF Scorecard Go Report Card go.dev reference

A simple Todo-Backend application written using Go kit.

Code extracted from Modern Go Application.

Try the client or run the tests.

In addition to the Todo-Backend implementation, this project comes with:

Development

  1. Clone the repository
  2. make run

For the best developer experience, install Nix and direnv.

Alternatively, install Go manually or using a package manager. Install the rest of the dependencies by running make deps.

Try the client or run the tests locally.

License

The project is licensed under the MIT License.

About

A simple Todo-Backend application written using Go kit

https://todobackend-go-kit.fly.dev

License:MIT License


Languages

Language:Go 86.6%Language:Makefile 6.0%Language:Dockerfile 3.1%Language:Nix 1.7%Language:Gherkin 1.6%Language:HTML 1.1%