https://github.com/codingnagger/golang-todolist-blog-example
https://github.com/codingnagger/golang-todolist-blog-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codingnagger/golang-todolist-blog-example
- Owner: CodingNagger
- Created: 2020-09-21T17:28:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T10:21:42.000Z (over 5 years ago)
- Last Synced: 2025-01-03T07:52:37.903Z (about 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```