How To Build A URL Shortener With Deno, Oak, and MongoDB

How To Build A URL Shortener With Deno, Oak, and MongoDB
In this video we gonna build a URL Shortener.How To Build A URL Shortener With Deno, Oak, and MongoDB

In this video we gonna build a URL Shortener.

For this tutorial we are using the following modules :

  1. Oak Module “https://deno.land/x/oak/mod.ts

  2. Mongo:  “https://deno.land/x/[email protected]/mod.ts

  3. View Engine “https://deno.land/x/view_engine

  4. Multi Parser “https://deno.land/x/multiparser

  5. UUID “https://cdn.jsdelivr.net/npm/short-unique-id@latest/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

Suggest:

JavaScript Programming Tutorial Full Course for Beginners

Learn JavaScript - Become a Zero to Hero

Top 10 JavaScript Questions

E-Commerce JavaScript Tutorial - Shopping Cart from Scratch

JavaScript Substring Method in 5 Minutes

Javascript Project Tutorial: Budget App