Shortener A simple shortener service, implemented based on "System Design Interview – An insider's guide" book. Quick Start $ cp .env.example .env # adjust the env value if necessary $ docker compose up The web should be accessible in your localhost:${PORT}