URL Shortener API [](https://github.com/kasztp/URLShortener/actions/workflows/pylint.yml) [](https://github.com/kasztp/URLShortener/actions/workflows/pytest.yml)
August 25, 2022 ยท View on GitHub
URL Shortener api experiment with Flask
Endpoints:
/ --> API input/output examples.
/v1/url-management/shorten --> URL Shortener.
/v1/url-management/route/
Initial setup:
- Set DEBUG = False in config.py.
- Set DB URI in config.py (or use sqlite as fallback option)
- Prepare DB with Flask migrate
Demo: TBD
Authors
- Peter Kaszt - Initial work
License
This project is licensed under the MIT License - see the LICENSE.md file for details