Project Structure & Architecture Project structure: css: CSS files routes: Routing using Go Chi handlers: Handlers templates: Templ templates services: Backend services (interacting with the DB) models: GORM models main.go: Backend server entrypoint.