Deno REST API Example This is an example Deno REST API. Depends on Oak and Mongo. Getting Started Deno and Docker must be installed. Start the DB. Run npm run start:db Start the app. Run npm run start:app Do your stuff. Stop the DB. Run npm run stop:db