Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 477 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 477 Bytes

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