Skip to content

An example CRUD (Create, Read, Update, Delete) API built using MongoDB & oak on Deno

License

Notifications You must be signed in to change notification settings

dewhurstwill/example-deno-crud-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-deno-crud-api [Work In Progress 🛠]

An example CRUD (Create, Read, Update, Delete) API built using MongoDB & oak on Deno

Includes API Server utilities:

  • oak
    • A middleware framework for Deno's http server, including a router middleware.
  • deno_mongo
    • deno_mongo is a MongoDB database driver developed for deno, based on rust's official mongodb library package.
  • dotenv
    • Dotenv handling for deno.

Run

cd src/
deno run main.ts

About

An example CRUD (Create, Read, Update, Delete) API built using MongoDB & oak on Deno

Topics

Resources

License

Stars

Watchers

Forks