Summary
Bootstrap the GoNext monorepo with a baseline directory structure for the Go API server, Next.js public site, and admin app. Establish module boundaries that match the system topology in the architecture overview.
Design reference
- docs/00-architecture-overview.md §4 (System Topology)
- docs/00-architecture-overview.md §2 (Stack Decisions)
Acceptance criteria
Dependencies
none
Complexity
S
Summary
Bootstrap the GoNext monorepo with a baseline directory structure for the Go API server, Next.js public site, and admin app. Establish module boundaries that match the system topology in the architecture overview.
Design reference
Acceptance criteria
go.modinitialized at module pathgithub.com/Singleton-Solution/GoNextcmd/server/containsmain.gofor the Go API serverinternal/directories scaffolded:http,auth,content,media,jobs,db,configweb/directory contains placeholder for Next.js public siteadmin/directory contains placeholder for admin appmigrations/directory exists forgolang-migrateSQL filesREADME.mdexists with a one-line project descriptiongo build ./...succeeds with the empty scaffoldingDependencies
none
Complexity
S