Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

A simple yet elegant URL shortening service built with FastAPI

URL Shortener Screenshot

Quick Start

Prerequisites

  • Python 3.12+
  • uv (Python package manager)

Installation

  1. Clone the repository:
git clone <repository-url>
cd urlshortener
  1. Install dependencies:
uv sync
  1. Run the application:
uv run uvicorn main:app --reload --host 0.0.0.0 --port 8000
  1. Open your browser and visit: http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages