ToDo App using Deno and MongoDB Basic ToDo App with CRUD REST APIs General Instructions Install Packages yarn Copy the contents of .env.example to .env , and add your credentials Start the Server deno run --allow-read --allow-net app.ts