Files
shop10/README.md
T

28 lines
542 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ShopNova — интернет-магазин (Go)
Главная страница интернет-магазина на Go с PostgreSQL 17 (SSL), reverse proxy Caddy и Docker Compose.
## Стек
- Go 1.22, `pgx/v5`
- PostgreSQL 17 (SSL)
- Caddy 2
- Docker Compose
## Запуск
```bash
cp .env.example .env
docker compose up --build -d
```
Сайт: http://localhost
## Локальная разработка
```bash
go run ./cmd/server
```
Переменная `DATABASE_URL` обязательна (см. `.env.example`).