Skip to content

whirlwindaster/dd-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deflecting Drones API Server

The API Server for Deflecting Drones. Running on Deno.

API Docs

Coming soon!

Local Development

First, create a .env file in the root directory and add the following contents to it:

SUPABASE_KEY=<your supabase key>
SUPABASE_URL=<your supabase url>
SUPABASE_TOKEN=<your supabase token>

ENVIRONMENT=dev

Then, start a local development server with:

$ deno task start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published