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
- Host: GitHub
- URL: https://github.com/thesephi/deno-oak-routing-ctrl-hello-world
- Owner: Thesephi
- License: mit
- Created: 2024-09-09T23:09:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T23:22:11.000Z (almost 2 years ago)
- Last Synced: 2025-03-02T00:12:38.883Z (over 1 year ago)
- Language: TypeScript
- Size: 14.6 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-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