golang web starter template with Bun ORM, Templ Template Engine and Chi Router. Sqlite DB is configured as default for this project.
Clone this project and find and replace all instance of github.com/iambpn/go-http-template
with your go module name.
go run cmd/db/main.go
: run Migration CLI toolmake watch
: Run Project in Watch Mode
- Chi Router
- Bun ORM
- Bun Migration
- Slog logger setup
- Sqlite DB
- Templ Template Engine
- Tailwind CSS
- bun ORM
- slog
- Sqlite
- Templ
- Tailwind CSS
- Inspired By: Grafana-labs