Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 443 Bytes

Readme.md

File metadata and controls

24 lines (13 loc) · 443 Bytes

Deno Todo rest api example

This is an example of a Todo rest api in deno.

dev environment setup

  1. rename .env.example to .env
  2. set the value for the MONGODB_URL env var in your .env file with the url of your mongodb instance

Commands:

run app: deno run main.ts

run tests: deno test --allow-net

Todo:

  • dockerize
  • integration tests for the persistence layer
  • add devcontainer
  • add docker-compose config