Prototype / Project
gocode
Operational Overview
A fast Go (chi) backend template with cookie-based JWT auth, Swagger docs, and a practical dev/prod story (SQLite in debug, Postgres in prod).
gocode is a “starter that doesn’t lie”: cookie-based JWT sessions + refresh, Swagger docs, and env-driven config aimed at real deployments.
Highlights
- Cookie JWT auth (session + refresh cookies)
- Swagger documentation generation
- Debug/dev mode: SQLite
- Production mode: Postgres
- Mailer support + security knobs (rate limits / lockouts / token expiries)
System Specifications
- Year2025
- CategoryBackend Template