Sign inSign up

paulrobu/srepaul

By paulrobu

•Updated over 5 years ago

URL Shortener

Image
0

311

paulrobu/srepaul repository overview

⁠SRE by PAUL

⁠Simply Rename Endpoints by Preparing/Puzzling Any Url Locally

⁠About

URL shortner homework, based on https://www.digitalocean.com/community/tutorials/how-to-make-a-web-application-using-flask-in-python-3⁠
Not production ready - for personal use.

⁠Requirements

Python 3.6+

⁠Install dependencies for running locally

pip install -r requirements.txt

⁠Start locally

flask run for app to start listening on default port 5000

⁠Or run as container:

docker run -p 5000:5000 paulrobu/srepaul

Tag summary

Content type

Image

Digest

Size

71.9 MB

Last updated

over 5 years ago

docker pull paulrobu/srepaul