You are browsing as a guest. Sign up (or log in) to start making projects!

Star Shortener

  • 1 Devlogs
  • 2 Total hours

A fast FastAPI URL shortener with serverless Postgres DB on Neon. It generates a unique short ID which is connected to the original URL, when accessed FastAPI recognizes the unique ID and redirects.

Ship #1

I made a fast FastAPI URL shortener, which stores a uniquely generated short ID which is associated with the original URL in a Postgres database and redirects to the original URL when entered. Jinja was used to serve the frontend.

  • 1 devlog
  • 2h
  • 6.47x multiplier
  • 10 Stardust
Try project → See source code →
Open comments for this post

1h 35m 21s logged

Devlog #1

Made the FastAPI app.
Made the frontend.
Connected the Database and server.

Welcome to my first(probably the only devlog for this project) devlog, I’m currently working on a custom USB rubber ducky which executes a predefined payload(in my case opens a IP logging website, and a rickroll on a CDN), and I needed a way to shorten the CDN URL so I decided to make the shortener. Overall awesome and fun project. I used FastAPI for generating the unique ID and logging the given URL togheter with the unique ID. I used Jinja2 for the HTML serving part, and I used Neon serverless Postgres to host the database. API is hosted on Vercel.

0
0
7

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…