An open API service indexing awesome lists of open source software.

https://github.com/thesephi/deno-oak-routing-ctrl-hello-world

minimal starter template for REST API service based on Deno + Oak + oak-routing-ctrl
https://github.com/thesephi/deno-oak-routing-ctrl-hello-world

Last synced: over 1 year ago
JSON representation

minimal starter template for REST API service based on Deno + Oak + oak-routing-ctrl

Awesome Lists containing this project

README

          

# deno-oak-routing-ctrl-hello-world

minimal starter template for REST API service based on Deno + Oak +
oak-routing-ctrl

## Runtime Notes

This codebase supports
[Deno](https://docs.deno.com/runtime/fundamentals/installation/) out of the box.

It is possible to convert into other runtimes (e.g. Node.js, Bun, or Cloudflare
Workers). For further details here please consule
[oak-routing-ctrl documentation](https://github.com/Thesephi/oak-routing-ctrl?tab=readme-ov-file#other-runtimes).

If you're on replit, everything is already set up for you.

## Quick start

```bash
# with Deno 1.46.3 or above
deno run dev # executes task 'dev' declared in deno.jsonc
```

## License

Please see LICENSE file