A simple URL shortening service built with Flask.
- Build and run the app using Docker compose:
docker compose up --build
- The app will be available at http://localhost:8080.
To run the unit tests:
docker compose run web python3 -m unittest discover -s tests -p "test_*.py"
This project is licensed under the MIT License - see the LICENSE
file for details.