Skip to content

M1n007/deno_simple_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deno Simple API

A simple API built with Deno which lets you perform CRUD operations on a database of book. Uses Oak, MongoDB and Dotenv.

To Run

  • Install Deno
  • Clone into repo
  • Run deno run --allow-write --allow-read --allow-plugin --allow-net --allow-env --unstable index.ts
  • Visit localhost:8001