simple framework to get directly started with a new deno project

Richard Köhl c6ee5805e4 optimize controller lookup in router 2 vuotta sitten
.vscode fc20f1a68f fix formatting settings 2 vuotta sitten
src c6ee5805e4 optimize controller lookup in router 2 vuotta sitten
test eff029d3bd changing to basic webserver 2 vuotta sitten
.editorconfig 3387a9dbf4 initial commit 2 vuotta sitten
.env.example 4ba59c9c45 introduce logging 2 vuotta sitten
.gitignore fc20f1a68f fix formatting settings 2 vuotta sitten
Dockerfile ed3b328819 make development in docker container possible 2 vuotta sitten
README.md 901ad0d696 add README.md 2 vuotta sitten
deno.jsonc 83ce022c3b remove deprecated lint.files 2 vuotta sitten
deno.lock 49d56e56d6 improve error handling and logging 2 vuotta sitten
docker-compose.yml ed3b328819 make development in docker container possible 2 vuotta sitten

README.md

Deno Bootstrap

Just the minimum to get a working deno project.

Setup

Just rename .env.example to .env.

Run project

  • deno task dev

Test project

  • deno task test