Skip to content

hunterwilkins2/go-kanban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Kanban

Trello inspired Kanban board created with Go.

Go Kanban Screenshot

Getting Started

Requirements

  • Go v1.20+
  • sqlite3
  • Tailwindcss
  • sqlc

Run

  1. Create the database with make generate-sql
  2. Run the application with live reloading with make run/live
  3. Open http://localhost:4000 to view the application

Build

  1. Create the database with make generate-sql
  2. Build with make build
  3. Run the binary with ./bin/go-kanban
  4. Open http://localhost:4000 to view the application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published