src | ||
static | ||
templates | ||
.dockerignore | ||
.env.example | ||
.gitignore | ||
docker-compose.example.yml | ||
Dockerfile | ||
LICENSE | ||
main.py | ||
README.md | ||
requirements.txt |
Krll
Krll, a privacy-friendly URL shortener
Dev
Copy .env.example
to .env
and edit it
python -m venv venv
source ./venv/bin/activate/
pip install -r requirements.txt
uvicorn main:app --reload