Use deno + ts + mongodb to build a supermarket App!
Tips: You should install deno 1.0 and mongodb on your machine.
# goto the root dir, then:
deno run -A --unstable ./server.ts
After launching successfully, you can visit the page on http://localhost:8000/pages/ .