Skip to content

kasztp/URL_Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener API Pytest Pytest

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:

  1. Set DEBUG = False in config.py.
  2. Set DB URI in config.py (or use sqlite as fallback option)
  3. 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

About

Basic URL Shortener API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published