/vigilant-meme

Python Flask Url Shortener

Primary LanguagePython

Shortify

Url Shortener built with python flask framework

To Run this project

Clone the project

Copy the content of the .envxample file to a new file called .env by running the command below in your terminal

cp .env.example .env

Set the values of your .env file

Set up a virtual environment(find on Google serveral tutorials on how to set up virtual environment in python) Install the Dependencies in requirements.txt in your virtual environment by running the command below

pip3 install -r requirements.txt i

Finally start the web server and check your app in your browser

flask run