Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 546 Bytes

deta.md

File metadata and controls

23 lines (18 loc) · 546 Bytes

Deta

Instalasi

curl -fsSL https://get.deta.dev/cli.sh | sh

Buat Micro Baru

  1. Pastikan akses login sudah terbuka, caranya buka terminal ketik deta login
  2. Selanjutnya ketik deta new --node first_micro dimana first_micro adalah nama node yang akan dibuat sekaligus menjadi nama folder.
  3. Pastikan ada output yang ditampilkan seperti dibawah ini.
{
    "name": "first_micro",
    "runtime": "nodejs12.x",
    "endpoint": "https://<path>.deta.dev",
    "visor": "enabled",
    "http_auth": "enabled"
}