In this video we gonna build a URL Shortener.
For this tutorial we are using the following modules :
Oak Module “https://deno.land/x/oak/mod.ts”
View Engine “https://deno.land/x/view_engine”
Multi Parser “https://deno.land/x/multiparser”
UUID “https://cdn.jsdelivr.net/npm/[email protected]/short_uuid/mod.ts”
For running our application type inside the terminal:
If you are using Denon
“denon run --allow-read --allow-write --allow-net --allow-plugin --unstable app.ts”
or
“deno run --allow-read --allow-write --allow-net --allow-plugin --unstable app.ts”
Clone the project from GitHub: https://github.com/recoding-io/deno-url-shortener
Follow us on
📝 @Medium - https://medium.com/recoding
🐦 @Twitter - https://twitter.com/recoding_io
🦄 @Dev.to - https://dev.to/recoding
☞ JavaScript Programming Tutorial Full Course for Beginners
☞ Learn JavaScript - Become a Zero to Hero
☞ E-Commerce JavaScript Tutorial - Shopping Cart from Scratch