simple framework to get directly started with a new deno project

Richard Köhl 5b38c4bd12 maximize test coverage for controller class hace 2 años
.vscode fc20f1a68f fix formatting settings hace 2 años
src 5b38c4bd12 maximize test coverage for controller class hace 2 años
test 5b38c4bd12 maximize test coverage for controller class hace 2 años
.editorconfig 3387a9dbf4 initial commit hace 2 años
.env.example 0c97366026 add wget to healthcheck user agent hace 2 años
.gitignore 651c506f1b inject logger to controller, increase test coverage hace 2 años
Dockerfile ed3b328819 make development in docker container possible hace 2 años
README.md 901ad0d696 add README.md hace 2 años
deno.jsonc f1506fd1d5 add controller class test hace 2 años
deno.lock f1506fd1d5 add controller class test hace 2 años
docker-compose.yml 537197808d handling health chacks in logs hace 2 años

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