Trello inspired Kanban board created with Go.
- Go v1.20+
- sqlite3
- Tailwindcss
- sqlc
- Create the database with
make generate-sql
- Run the application with live reloading with
make run/live
- Open http://localhost:4000 to view the application
- Create the database with
make generate-sql
- Build with
make build
- Run the binary with
./bin/go-kanban
- Open http://localhost:4000 to view the application