simple framework to get directly started with a new deno project

Richard Köhl b49b193650 refine access logs há 2 anos atrás
.vscode fc20f1a68f fix formatting settings há 2 anos atrás
src b49b193650 refine access logs há 2 anos atrás
test b49b193650 refine access logs há 2 anos atrás
.editorconfig 3387a9dbf4 initial commit há 2 anos atrás
.env.example 0c97366026 add wget to healthcheck user agent há 2 anos atrás
.gitignore 651c506f1b inject logger to controller, increase test coverage há 2 anos atrás
Dockerfile ed3b328819 make development in docker container possible há 2 anos atrás
README.md 901ad0d696 add README.md há 2 anos atrás
deno.jsonc f1506fd1d5 add controller class test há 2 anos atrás
deno.lock f1506fd1d5 add controller class test há 2 anos atrás
docker-compose.yml 537197808d handling health chacks in logs há 2 anos atrás

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