simple framework to get directly started with a new deno project

Richard Köhl b338ff2f6d add timezone, display offset in logs %!s(int64=2) %!d(string=hai) anos
.vscode fc20f1a68f fix formatting settings %!s(int64=2) %!d(string=hai) anos
src b338ff2f6d add timezone, display offset in logs %!s(int64=2) %!d(string=hai) anos
test 6891f36477 mute logging in tests %!s(int64=2) %!d(string=hai) anos
.editorconfig 3387a9dbf4 initial commit %!s(int64=2) %!d(string=hai) anos
.env.example b338ff2f6d add timezone, display offset in logs %!s(int64=2) %!d(string=hai) anos
.gitignore 651c506f1b inject logger to controller, increase test coverage %!s(int64=2) %!d(string=hai) anos
Dockerfile ed3b328819 make development in docker container possible %!s(int64=2) %!d(string=hai) anos
README.md 901ad0d696 add README.md %!s(int64=2) %!d(string=hai) anos
deno.jsonc f1506fd1d5 add controller class test %!s(int64=2) %!d(string=hai) anos
deno.lock f1506fd1d5 add controller class test %!s(int64=2) %!d(string=hai) anos
docker-compose.yml b338ff2f6d add timezone, display offset in logs %!s(int64=2) %!d(string=hai) anos

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