Prerequisites
Deno v1.30.0 ( https://deno.land/manual@v1.30.0/getting_started/installation )
MongoDB 5.0.8 ( https://www.mongodb.com/try/download/community )
Install justaos
deno install -A --unstable -n justaos https://deno.land/x/justaos/mod.ts
      
Run application
justaos new project-name
cd project-name
deno run -A --unstable main.ts

Run using pm2, as background service
pm2 start main.ts --interpreter="deno" --interpreter-args="run -A --unstable"
© 2023 JUSTAOS. Made in India.