fernandovfilho / deno-http-server-mongodb

Deno Web Server with MongoDB connection for test only

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deno Web Server with MongoDB connection for test only

To start server

  • Install Deno globally (https://deno.land/#installation).
  • Install Denon deno install -Af --unstable https://deno.land/x/denon/denon.ts to live reload server like nodemon.
  • Change ".env.example" file to ".env" and insert your mongoDB connection data.
  • To start server just run denon in project root folder.

About

Deno Web Server with MongoDB connection for test only


Languages

Language:TypeScript 100.0%