Some checks failed
Docker Deploy / build-and-push (push) Failing after 48s
21 lines
505 B
Markdown
21 lines
505 B
Markdown
# 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
|
|
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
|