simple framework to get directly started with a new deno project

Richard Köhl f1506fd1d5 add controller class test 2 éve
.vscode fc20f1a68f fix formatting settings 2 éve
src 019485902c simplify error handling 2 éve
test f1506fd1d5 add controller class test 2 éve
.editorconfig 3387a9dbf4 initial commit 2 éve
.env.example 4bf3475686 add DOCKER_USER_AGENT to env example 2 éve
.gitignore fc20f1a68f fix formatting settings 2 éve
Dockerfile ed3b328819 make development in docker container possible 2 éve
README.md 901ad0d696 add README.md 2 éve
deno.jsonc f1506fd1d5 add controller class test 2 éve
deno.lock f1506fd1d5 add controller class test 2 éve
docker-compose.yml 537197808d handling health chacks in logs 2 éve

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