/todobackend-go-kit

A simple Todo-Backend application written using Go kit

Primary LanguageGoMIT LicenseMIT

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.