URL Shortener api experiment with Flask
Endpoints:
/ --> API input/output examples.
/v1/url-management/shorten --> URL Shortener.
/v1/url-management/route/ --> Basic routing (redirect) to stored URLs based on the shortened value.
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
- Peter Kaszt - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details