@@ -1,2 +1,9 @@
# url-shortener
Url-shortener project to showcase python use
# 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
The note is not visible to the blocked user.