Server e client per gestire automaticamente dal browser le partite notturne di lupus in Cavalieri e piazza dei Miracoli
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Antonio De Lucreziis d8f1a9b4d2 Working in memory database for users and cookie authentication 2 years ago
frontend Working in memory database for users and cookie authentication 2 years ago
.gitignore Initial project structure 2 years ago
README.md Working redirects 2 years ago
database.go Working in memory database for users and cookie authentication 2 years ago
go.mod Working in memory database for users and cookie authentication 2 years ago
go.sum Working in memory database for users and cookie authentication 2 years ago
main.go Initial project structure 2 years ago
routes.go Working in memory database for users and cookie authentication 2 years ago
utils.go Working in memory database for users and cookie authentication 2 years ago

README.md

Lupus Lite

Usage

# Development Mode: also starts "npm run dev" inside "frontend/"
$ MODE=dev go run .

# Production Mode
$ cd frontend
$ npm run build
$ go build