Files
nextgo/mpc/docs/project-structure.md
Beyhan Oğur 9eb7aea821 first commit
2026-04-26 22:15:25 +03:00

27 lines
425 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.
# 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ı