Skip to content

rdcx/lightban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lightban.com

Lightweight Kanban. Stupid simple.

Deps

  • Go
  • Node / NPM

Clone

git clone [email protected]:rdcx/lightban.git

Create .env

JWT_SECRET="secret"
DB_DSN="root:lban@tcp(128.0.0.1:3306)/lban?charset=utf8mb4&parseTime=True&loc=Local"

Run API locally

go run cmd/migration/main.go
go run cmd/api/main.go

Run Frontend Locally

cd app; npm run dev;

Build API

go build -o apicmd cmd/api/main.go

Build migration to run elsewhere

go build -o mig cmd/migration/main.go

Build frontend

cd app; npm run build;

Run with TLS

PORT=443 ./apicmd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published