first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 21:40:14 +03:00
commit e04ba85564
129 changed files with 17541 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# Project Structure
## Root
- `main.go` uygulama başlangıcı
- `.env` ortam değişkenleri
## app
Uygulama modülleri burada bulunur.
### accounts
Kullanıcı ve hesap yönetimi.
### settings
Site ayarları ve yapılandırmalar.
### shop
Ürün ve sepet yönetimi.
### blog
Blog yönetimi.
## config
- `db.go` veritabanı bağlantısı
- `redis.go` redis bağlantısı
## router
- `router.go` tüm route tanımları