Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 486 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 486 Bytes

URL shortener

A basic url shortener using Blake2B hash functions and Base64 encoding.

Getting started

  • Assuming you have anaconda/miniconda installed, run the following commands
$ conda env create -f environment.yml
$ conda activate flask
  • Then, make necessary changes in url_shortener/settings.py and run
$ python setup.py
  • All done! Run your factory setup flask app by doing
$ flask run