Skip to content

Boilerplate for denojs server with oak framework - repository/controller/model/crud functionalities implemented

License

Notifications You must be signed in to change notification settings

AllStackDev1/deno_serve_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DENO SERVER TEST PROJECT

APP WITH NO DB CONN

Plain json manipluation

    deno run --allow-net src/no-db/config/app.ts

APP WITH DB CONN

mongodb plugin

    NODE_ENV="development" deno run -A --unstable --allow-net --allow-write --allow-plugin --allow-env --allow-read src/with-db/config/app.ts

About

Boilerplate for denojs server with oak framework - repository/controller/model/crud functionalities implemented

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published