Deno REST API boilerplate using Oak, MongoDB, and JWT auth
Starter boilerplate for building RESTful APIs with Deno. It uses Oak for routing, deno_mongo for MongoDB persistence, and JWT-based authentication with role-based access. Suited for prototyping and small-to-medium backend services.
0