A FastAPI + Redis URL Shortener :)
shortie
requires a running instance of Redis version >=6, either locally or hosted.
The
start.sh
script provides a helper flag to run a localredis-stack-server
container.
./start.sh --redis-docker
If you'd like to point your app to a different redis instance, omit the --redis-docker
and check config.py to see what variables can be overriden.
Navigate to http://localhost:8000/docs to see the api docs.