723 B
723 B
GOTH Stack
A modern web application stack combining:
- Go (Backend)
- HTMX (Frontend Interactivity)
- Tailwind CSS (Styling)
Features
- Server-Side Rendering
- Real-time capabilities with SSE
- Built-in tools and utilities
- API documentation with Swagger
- Modern responsive design
- Zero client-side JavaScript (optional)
Getting Started
- Clone this repository
- Copy
.env.example
to.env
- Run
go mod download
- Start the server:
go run main.go
API Documentation
- Install swag by running
go install github.com/swaggo/swag/cmd/swag@latest
- Visit
/api/swagger/index.html
after starting the server
Example Posts
Check out the /posts
route for blogging examples
License
MIT