Skip to content

lightweight URL shortening API built with Flask

License

Notifications You must be signed in to change notification settings

servusdei2018/shortify

Repository files navigation

shortify CircleCI

A simple URL shortening service built with Flask.

Usage

  1. Build and run the app using Docker compose:
    docker compose up --build
    
  2. The app will be available at http://localhost:8080.

Tests

To run the unit tests:

docker compose run web python3 -m unittest discover -s tests -p "test_*.py"

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

lightweight URL shortening API built with Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published