This is an example of a Todo rest api in deno.
- rename
.env.exampleto.env - set the value for the
MONGODB_URLenv var in your.envfile with the url of your mongodb instance
run app: deno run main.ts
run tests: deno test --allow-net
- dockerize
- integration tests for the persistence layer
- add devcontainer
- add docker-compose config