Add basic FastAPI structure and random string generator

This commit is contained in:
2026-03-01 11:03:51 +02:00
parent c2099f906c
commit 1e69590eaa
4 changed files with 27 additions and 2 deletions
+9 -2
View File
@@ -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