2020-07-18 10:04:14 +00:00
|
|
|
# tiny0
|
2020-07-20 19:15:24 +00:00
|
|
|
|
2020-07-18 10:04:14 +00:00
|
|
|
Custom URL shortener in Flask.
|
2020-07-20 19:15:24 +00:00
|
|
|
Definitely not yet finished.
|
|
|
|
|
Please create issues or pull requestes for anything you may find.
|
|
|
|
|
|
|
|
|
|
# To run
|
|
|
|
|
|
|
|
|
|
Would recommend to create a environment first
|
|
|
|
|
|
|
|
|
|
$ cd tiny0
|
|
|
|
|
$ pip install -r requirements.txt
|
|
|
|
|
$ python run.py
|
|
|
|
|
|
|
|
|
|
Then go to
|
|
|
|
|
127.0.0.1:5000
|
|
|
|
|
|
|
|
|
|
NOTE: All redirects are currently local.
|