simple framework to get directly started with a new deno project

Richard Köhl b04dc0db60 move controllers to interfaces il y a 2 ans
.vscode fc20f1a68f fix formatting settings il y a 2 ans
src b04dc0db60 move controllers to interfaces il y a 2 ans
test eff029d3bd changing to basic webserver il y a 2 ans
.editorconfig 3387a9dbf4 initial commit il y a 2 ans
.env.example 10043864c3 add .env.example il y a 2 ans
.gitignore fc20f1a68f fix formatting settings il y a 2 ans
Dockerfile 12dcf1b01b simple dockerization il y a 2 ans
README.md 901ad0d696 add README.md il y a 2 ans
deno.jsonc b04dc0db60 move controllers to interfaces il y a 2 ans
deno.lock eff029d3bd changing to basic webserver il y a 2 ans
docker-compose.yml 12dcf1b01b simple dockerization 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