Add the initial project blueprint, Go backend skeleton, frontend app shell, database schema draft, and local development/deployment files.
7 lines
88 B
Modula-2
7 lines
88 B
Modula-2
module github.com/benya/temporserv
|
|
|
|
go 1.25.0
|
|
|
|
require github.com/go-chi/chi/v5 v5.2.1
|
|
|