Skip to content

Minimal Deno + Oak application with AloeDB database

Notifications You must be signed in to change notification settings

kamchy/deno-oak-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deno picture

deno-oak-example

First Deno + Oak application stolen from Internet and tweaked so that it actually works.

  • Inspired by an article A complete guide to deno and oak (this is where I took the code from)
  • uses TypeScript instead of JavaScript (which allowed me to clean up code and fix strange errors)
  • uses AloeDB because I didn't want to install Mongo for this excercise

Initial commit is just the article code modified and ported to TS.