# URL-shortener URL-shortener project to showcase python use ## Run locally ```bash uvicorn app.main:app --reload ``` Then check: http://127.0.0.1:8000