simple framework to get directly started with a new deno project

Richard Köhl b77f819298 fix controller names 2 роки тому
.vscode fc20f1a68f fix formatting settings 2 роки тому
src b77f819298 fix controller names 2 роки тому
test 6891f36477 mute logging in tests 2 роки тому
.editorconfig 3387a9dbf4 initial commit 2 роки тому
.env.example b338ff2f6d add timezone, display offset in logs 2 роки тому
.gitignore 651c506f1b inject logger to controller, increase test coverage 2 роки тому
Dockerfile ed3b328819 make development in docker container possible 2 роки тому
README.md 901ad0d696 add README.md 2 роки тому
deno.jsonc f1506fd1d5 add controller class test 2 роки тому
deno.lock f1506fd1d5 add controller class test 2 роки тому
docker-compose.yml b338ff2f6d add timezone, display offset in logs 2 роки тому

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