Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hifat/go-todo-hexagonal
- Owner: hifat
- Created: 2022-09-05T07:19:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T06:35:43.000Z (over 2 years ago)
- Last Synced: 2024-11-15T22:48:21.778Z (3 months ago)
- Topics: docker, gin-gonic, golang, hexagonal-architecture, mysql, todoapp
- Language: Go
- Homepage:
- Size: 114 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```