This is a simple URL Shortener application built using FastAPI for the backend and React for the frontend. Users can shorten URLs, create custom aliases, view all shortened URLs, and delete URLs as needed.
- Shorten URLs: Generate a shortened link for any given URL.
- Custom Aliases: Optionally specify a custom alias for the shortened URL.
- View All URLs: Display a list of all shortened URLs and their aliases.
- Delete URLs: Remove any shortened URL from the list.
- Persistent Storage: URLs are stored in an SQLite database.
