Skip to content

simple url shortener using hash functions and base64 encoding

Notifications You must be signed in to change notification settings

29vivek/url_shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published