/deno-supermarket

Use deno + mongodb to build a supermarket!

Primary LanguageHTML

What's it?

Use deno + ts + mongodb to build a supermarket App!

Tips: You should install deno 1.0 and mongodb on your machine.

How to lauch it ?

# goto the root dir, then:
deno run -A --unstable ./server.ts 

After launching successfully, you can visit the page on http://localhost:8000/pages/ .

UI