This project is a simple REST API, built with Deno.
It is using Deno's oak and mongo modules.
Clone the repo:
git clone https://github.com/hagopj13/deno-books-api.git
cd deno-books-api
Set the environment variables:
cp .env.example .env
# open .env and modify the environment variables (if needed)
Run the app:
deno run --allow-write --allow-read --allow-plugin --allow-net --allow-env --unstable ./server.ts