This is an example of a Todo rest api in deno.
- rename
.env.example
to.env
- set the value for the
MONGODB_URL
env var in your.env
file 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