https://github.com/thesephi/deno-oak-routing-ctrl-oas
starter template for web service based on Deno + Oak + oak-routing-ctrl, with Open API Spec validation
https://github.com/thesephi/deno-oak-routing-ctrl-oas
Last synced: about 1 month ago
JSON representation
starter template for web service based on Deno + Oak + oak-routing-ctrl, with Open API Spec validation
- Host: GitHub
- URL: https://github.com/thesephi/deno-oak-routing-ctrl-oas
- Owner: Thesephi
- License: mit
- Created: 2024-09-18T22:21:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T23:31:44.000Z (over 1 year ago)
- Last Synced: 2025-12-22T08:49:49.843Z (6 months ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deno-oak-routing-ctrl-oas
starter template for web service based on Deno + Oak + oak-routing-ctrl, with Open API Spec validation
## 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 [Google IDX](https://idx.dev/), everything is already set up for you (just clone this repo as-is).
## 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