simple framework to get directly started with a new deno project

Richard Köhl 90a3445752 introduce endpoints health and status před 2 roky
.vscode fc20f1a68f fix formatting settings před 2 roky
src 90a3445752 introduce endpoints health and status před 2 roky
test eff029d3bd changing to basic webserver před 2 roky
.editorconfig 3387a9dbf4 initial commit před 2 roky
.env.example 90a3445752 introduce endpoints health and status před 2 roky
.gitignore fc20f1a68f fix formatting settings před 2 roky
Dockerfile 12dcf1b01b simple dockerization před 2 roky
README.md 901ad0d696 add README.md před 2 roky
deno.jsonc b04dc0db60 move controllers to interfaces před 2 roky
deno.lock eff029d3bd changing to basic webserver před 2 roky
docker-compose.yml 12dcf1b01b simple dockerization před 2 roky

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