Creating a URL shortener using Deno and Denjucks where submitted URLs are stored in a key-value that persists on disk.
Prerequisite: Install Deno
- Clone the repo
- Run the following command
deno run --allow-read --allow-write --allow-net bitly.js
- Enjoy
Many thanks to Alex Peattie for teaching me all about web development!