Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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