My Deno Land
Deno is a secure runtime for JavaScript and TypeScript.
This is just a playground I'm using to try out some basic testing with Deno.
This REST API uses oak, which is a middleware framework for Deno's http server.
It's apparently inspired by Koa, but I'm not familiar with Koa so idk.
An interesting intro I found to try building a REST API: The Deno Handbook: a concise introduction to Deno 🦕