Deno REST API

A simple REST API with JWT authentication.

project screenshot
  • typescript
  • deno

I can say that building a REST API with oak and Deno is way easier than building it with Express.js and Node.js. Mainly because of Deno’s AMAZING TypeScript support, which makes connecting the router, middlewares, and controllers way simpler.