deno-mongo-demo
├─ .deno_plugins
│ └─ deno_mongo_b46c3052210113f9e1610280c5cde542.dylib
├─ api.rest
├─ mongodb.ts
├─ readMe.md
├─ routes.ts
├─ server.ts
└─ type.ts
Entrance file Start the server
$ deno run -A --unstable server.ts
Send API by VSCode plugin "REST Client"
Contact to a local mongoDB database
Handle router methods export { getNotes, createNote, getSingleNote, updateNote, deleteNote }