Skip to content
This repository was archived by the owner on Aug 20, 2022. It is now read-only.

Bantha-Diwit/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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