A simple yet elegant URL shortening service built with FastAPI
- Python 3.12+
- uv (Python package manager)
- Clone the repository:
git clone <repository-url>
cd urlshortener- Install dependencies:
uv sync- Run the application:
uv run uvicorn main:app --reload --host 0.0.0.0 --port 8000- Open your browser and visit: http://localhost:8000
