In this video we gonna learn how to build a user login and registration system using Deno.
For this tutorial we are using the following modules :
- Oak “https://deno.land/x/oak/mod.ts”
- View Engine “https://deno.land/x/view_engine/mod.ts”
For running our application type inside the terminal:
If you are using Denon
“denon run -A --unstable app.ts”
or
“deno run --allow-read --allow-write --allow-net --allow-plugin --unstable app.ts”