API Project setup cp .env.example .env Don't forget to edit the .env file too! Run in production mode deno run --allow-env --allow-read --allow-net mod.ts Run in debug mode (with debugger) deno run --inspect-brk --unstable --allow-env --allow-read --allow-net mod.ts