Basic URL Shortener implemented in python flask and bootstrap
You can install the project by first cloning the repository:
git clone https://github.com/XCarCedo/URL-Shortener.git
cd URL-Shortner
And then installing required libraries:
pip install -r requirements.txt
After that you can run the project:
python main.py
Check LICENSE file