Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 591 Bytes

readme.md

File metadata and controls

27 lines (16 loc) · 591 Bytes

DenoRestApiStarter

This project is example Deno Rest Api with using mongodb and repository pattern

How to use

  1. Change

DB_URI

in denon.json with your mongodb connection string.

  1. Install denon
$ deno install --allow-read --allow-run --allow-write --allow-net -f --unstable https://deno.land/x/[email protected]/denon.ts
  1. 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