atri.dad/README.md

22 lines
505 B
Markdown
Raw Permalink Normal View History

2023-05-18 20:04:55 -06:00
# atri.dad
This is my personal website!
## Stack:
- Backend: Golang + Echo
- Rendering: Golang templates
2024-05-01 04:28:59 +00:00
- Style: TailwindCSS + DaisyUI
2023-05-18 20:04:55 -06:00
- Content format: Markdown
## Requirements:
2024-09-14 00:14:06 -06:00
- Golang 1.23.1
2023-05-18 20:04:55 -06:00
2025-01-04 21:25:11 -07:00
## 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