Create a URL shortner with Clojure and MySQL

Опубликовано: 05 Май 2026
на канале: Daniel Amber
5,293
227

Create a url shortner in Clojure. In this project we create a server which allows you to use a slug to redirect to a longer url. pretty cool.

github link: https://github.com/danownsthisspace/s...

00:00 Intro
00:01:36 Connect to a MySQL database
00:16:42 Create a server
00:20:55 Create a redirect endpoint handler
00:25:42 Create post endpoint to add a redirect
00:27:44 Creating a four character slug
00:32:30 Using environment variables in Clojure