https://github.com/anucha-tk/go_todo
Go Todo Webapp
https://github.com/anucha-tk/go_todo
gofiber golang gorm htmx sqlite tailwindcss template-project todolist validation
Last synced: 3 months ago
JSON representation
Go Todo Webapp
- Host: GitHub
- URL: https://github.com/anucha-tk/go_todo
- Owner: anucha-tk
- Created: 2024-07-09T11:21:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T08:07:59.000Z (over 1 year ago)
- Last Synced: 2024-12-27T01:12:21.461Z (over 1 year ago)
- Topics: gofiber, golang, gorm, htmx, sqlite, tailwindcss, template-project, todolist, validation
- Language: CSS
- Homepage:
- Size: 290 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO APP
Simple todo project base-on DDD(domain driven design) with Golang + Tailwindcss + HTMX
- [TODO APP](#todo-app)
- [Techs & Tools](#techs-tools)
- [Dev](#dev)
- [watch tailwind](#watch-tailwind)
- [watch templ file](#watch-templ-file)
- [air hot reload](#air-hot-reload)
- [Run](#run)
## Techs & Tools
- Tailwindcss
- Commitlint
- Golangci
- Air(Hot-reload)
- HTMX
- Templ
- Database
- SQLite
- GORM
- Go-fiber
- Validation
## Dev
### watch tailwind
```bash
make dev-tailwind
```
### watch templ file
```bash
make dev-templ
```
### air hot reload
```bash
air
```
## Run
```bash
task run
```