Skip to content

oegegr/link_cutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LINK CUTTER

Yet another service to make short urls from long ones which has written on Python 3


First of create python virtual environment and install all Python 3 requirements:

cd link_cutter
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt

Now we can start service:

link_cutter/.env/bin/python link_cutter/link_cutter.py -d

link_cutter.py has serveral options:

  • -d Drop all tables if exsits and create new
  • -t Generate test data in database
  • -v Turn on debug for flask app

About

Yet another service to make short urls from long ones which has written on Python 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published