A simple URL shortener application built with Django and DRF.
docker compose upOnce the application is running, you can access a sample landing page at http://localhost:8000/.
docker compose run --rm django pytestYou can access the OpenAPI documentation (swagger UI) at http://localhost:8000/api/docs/.
