Skip to content

konradgalczynski07/flask-url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-url-shortener

A simple flask rest api that allows urls shortening

  • [POST] localhost:5000/ body: 'actual_url', returns: 'shortened_url'
  • [GET] localhost:5000/<string:shortened_url> redirects to actual url

Stack

  • Python 3.7
  • SQLAlchemy
  • Flask
  • Marshmallow

Instalation

git clone ...
pipenv install
pipenv shell
python3 app.py

About

A simple flask rest api for url shortening

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages