No description
| .forgejo/workflows | ||
| .vscode | ||
| tests | ||
| zshort | ||
| .dockerignore | ||
| .gitignore | ||
| Dockerfile | ||
| pyproject.toml | ||
| README.md | ||
| run.py | ||
| uv.lock | ||
zshort
A custom link shortener
Running
Create a .env file with your MongoDB connection information, either as a URI in MONGO_URI or individual parts:
MONGO_HOSTMONGO_USERMONGO_PASSMONGO_PORT
Then, run uvicorn zshort:app --port=<port> --workers=<workers> to run the app