first commit
This commit is contained in:
27
docs/mcp-tools/project-structure.md
Normal file
27
docs/mcp-tools/project-structure.md
Normal 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ı
|
||||
Reference in New Issue
Block a user