update readme
This commit is contained in:
20
README.md
20
README.md
@@ -25,17 +25,19 @@ Cocok digunakan untuk:
|
|||||||
|
|
||||||
## 📁 Struktur Folder
|
## 📁 Struktur Folder
|
||||||
|
|
||||||
|
watermill-template/
|
||||||
├── cmd/
|
├── cmd/
|
||||||
│ └── main.go # Entry point aplikasi
|
│ └── main.go # Entry point aplikasi
|
||||||
├── internal/
|
├── internal/
|
||||||
│ ├── config/ # Loader file .env
|
│ ├── config/ # Loader file .env
|
||||||
│ ├── db/ # Koneksi ke PostgreSQL
|
│ ├── db/ # Koneksi ke PostgreSQL
|
||||||
│ └── pubsub/ # Implementasi Watermill (publisher, subscriber, table helper)
|
│ └── pubsub/ # Implementasi Watermill (publisher, subscriber, table helper)
|
||||||
├── .env.example # Contoh konfigurasi environment
|
├── .env.example # Contoh konfigurasi environment
|
||||||
├── Makefile # Shortcut command
|
├── Makefile # Shortcut command untuk run, build, create-table
|
||||||
├── go.mod # Modul Go
|
├── go.mod # Modul Go
|
||||||
├── go.sum # Dependency checksum
|
├── go.sum # Dependency checksum
|
||||||
└── README.md # Dokumentasi
|
└── README.md # Dokumentasi proyek
|
||||||
|
|
||||||
|
|
||||||
## ⚙️ Setup Langkah Demi Langkah
|
## ⚙️ Setup Langkah Demi Langkah
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user