A simple API built with Deno which lets you perform CRUD operations on a database of book. Uses Oak, MongoDB and Dotenv.
- Install Deno
- Clone into repo
- Run
deno run --allow-write --allow-read --allow-plugin --allow-net --allow-env --unstable index.ts
- Visit
localhost:8001