Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hifat/go-todo-hexagonal

An open source project Todo app. Use Hexagonal Architecture
https://github.com/hifat/go-todo-hexagonal

docker gin-gonic golang hexagonal-architecture mysql todoapp

Last synced: 30 days ago
JSON representation

An open source project Todo app. Use Hexagonal Architecture

Awesome Lists containing this project

README

        

# Go Todo Hexagonal

### Features
- [x] Register
- [x] Login JWT Auth
- [x] Refresh token
- [x] Edit user profile
- [x] CRUD Task
- [x] Toggle task done
- [x] Form validate

### Run app with docker
```
docker-compose up -d
```

### Run app only
You have to had mariadb
```
go run .
```