A basic url shortener using Blake2B hash functions and Base64 encoding.
- 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
- Open localhost and voila!