This project is example Deno Rest Api with using mongodb and repository pattern
- Change
DB_URI
in denon.json with your mongodb connection string.
- Install denon
$ deno install --allow-read --allow-run --allow-write --allow-net -f --unstable https://deno.land/x/[email protected]/denon.ts
- Starting API
To start API enter the following into a terminal
denon start
Please do not forget to change DB_URL . If you forget it, the application is not start