Files
URL-shortener/README.md
T

9 lines
154 B
Markdown

# 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