An open API service indexing awesome lists of open source software.

https://github.com/codingnagger/golang-todolist-blog-example


https://github.com/codingnagger/golang-todolist-blog-example

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# golang-todolist-blog-example

Just a repository used as an example for a [blog post I published recently](https://www.codingnagger.com/2020/09/26/go-app-structure-domain-driven-design/). Also using it to try and find my Go project structure style.
Lots of inspiration taken from [https://github.com/katzien/go-structure-examples](https://github.com/katzien/go-structure-examples).

Basically a todolist server to create, list and complete tasks.

## How to run?

```bash
go run -v ./cmd/server
```