Initial commit
This commit is contained in:
27
README.md
Normal file
27
README.md
Normal file
@ -0,0 +1,27 @@
|
||||
# wa-test-nextjs
|
||||
|
||||
Mini app Next.js untuk test koneksi WhatsApp webhook ke nomor testing.
|
||||
|
||||
## Halaman
|
||||
- /login
|
||||
- /settings
|
||||
- /test
|
||||
- /webhook-logs
|
||||
|
||||
## API
|
||||
- GET /api/webhooks/whatsapp
|
||||
- POST /api/webhooks/whatsapp
|
||||
- POST /api/test/send
|
||||
|
||||
## Flow test
|
||||
- kirim `daftar`
|
||||
- app balas minta nama
|
||||
- kirim nama
|
||||
- app balas konfirmasi
|
||||
|
||||
## Jalankan
|
||||
```bash
|
||||
cp .env.example .env
|
||||
npm install
|
||||
npm run dev
|
||||
```
|
||||
Reference in New Issue
Block a user