Link Forge is a minimal URL shortener service with user authentication. Each user can create and manage their own short links, which redirect to target URLs. The project exposes an HTTP API for authentication and link management, backed by a relational database.
cd link-forge
python -m pytest -vvv .cd link-forge
cp -rf .env.example .env
cd docker
docker compose up --build --force-recreate