Skip to content

ahmeticat/DenoRestApiStarter

Repository files navigation

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

About

Using repository pattern and mongodb example on deno

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published