This is a simple project Deno RESTful APIs using Oak and deno_mongo
- Model, Controller, Service based project structure
- CORS
- Denon Integration
If its your first run, please install denon
from
https://deno.land/x/denon If there is error while
installing denon, refer this solution:
denosaurs/denon#122 (comment)
To install dependencies, run following command in your terminal. Note: Terminal path must be project directory's root path
deno cache --reload --unstable --lock-write --lock=lock.json ./deps.ts
In your project root open terminal and run following command to run the project
denon start