Skip to content

fmillone/deno-todo-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published