Weekend project update 2: simple URL shortening

Yesterday’s work was mostly focused on routing, getting the app set up, and making sure my environment is working.

Today’s goal was to get the URL shortening working and that was pretty easy. I used basic crypto hashing to generate the short URL and then chopped it off. You can see the code here →