Some checks failed
Docker Deploy / build-and-push (push) Failing after 48s
505 B
505 B
atri.dad
This is my personal website!
Stack:
- Backend: Golang + Echo
- Rendering: Golang templates
- Style: TailwindCSS + DaisyUI
- Content format: Markdown
Requirements:
- Golang 1.23.1
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