simple framework to get directly started with a new deno project

Richard Köhl 27a1de1369 remove unused file il y a 2 ans
.vscode fc20f1a68f fix formatting settings il y a 2 ans
src 27a1de1369 remove unused file il y a 2 ans
test 6891f36477 mute logging in tests il y a 2 ans
.editorconfig 3387a9dbf4 initial commit il y a 2 ans
.env.example 0c97366026 add wget to healthcheck user agent il y a 2 ans
.gitignore 651c506f1b inject logger to controller, increase test coverage il y a 2 ans
Dockerfile ed3b328819 make development in docker container possible il y a 2 ans
README.md 901ad0d696 add README.md il y a 2 ans
deno.jsonc f1506fd1d5 add controller class test il y a 2 ans
deno.lock f1506fd1d5 add controller class test il y a 2 ans
docker-compose.yml 537197808d handling health chacks in logs il y a 2 ans

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