Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atridadl/goth.stack
A template using Go + Templates + HTMX
https://github.com/atridadl/goth.stack
Last synced: about 5 hours ago
JSON representation
A template using Go + Templates + HTMX
- Host: GitHub
- URL: https://github.com/atridadl/goth.stack
- Owner: atridadl
- Created: 2024-01-17T18:40:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-01T20:27:28.000Z (6 months ago)
- Last Synced: 2024-05-02T14:21:57.539Z (6 months ago)
- Language: Go
- Homepage: https://goth.stack.atri.dad/
- Size: 129 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GOTH Stack
A modern web application stack combining:
- Go (Backend)
- HTMX (Frontend Interactivity)
- Tailwind CSS + DaisyUI (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
1. Clone this repository
2. Copy `.env.example` to `.env`
3. Run `go mod download`
4. Start the server: `go run main.go`## API Documentation
1. Install swag by running ```go install github.com/swaggo/swag/cmd/swag@latest```
2. Visit `/api/swagger/index.html` after starting the server## Example Posts
Check out the `/posts` route for blogging examples## License
MIT