Skip to content

Simple Rent Application using Deno which shows use of mongo and alosaur with Deno.

Notifications You must be signed in to change notification settings

shantanum91/deno-mongo-rent-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DenoRentApp

This sample application covers basic use of Deno in real life applications.

Use cases covered-

  • Dependency Injection
  • Object oriented programming
  • REST API, Controllers
  • MongoDB Connection
Mongo queries-
> use rentapp
switched to db rentapp
> db.createCollection('tenant')
{ "ok" : 1 }
> db.tenant.insert({name:'Shantanu',rent:10000})
WriteResult({ "nInserted" : 1 })

About

Simple Rent Application using Deno which shows use of mongo and alosaur with Deno.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published