Bootstrap SQLite on server startup with embedded migrations and development seed data. Replace placeholder auth and library responses with database-backed services, bearer sessions, and repository-driven API handlers.
10 lines
149 B
Modula-2
10 lines
149 B
Modula-2
module github.com/benya/temporserv
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.2.1
|
|
golang.org/x/crypto v0.43.0
|
|
modernc.org/sqlite v1.39.1
|
|
)
|