Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 457 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 457 Bytes

Swify URL Shortner

URL-SHORTNER built with flask

Clone repository

$ git clone https://github.com/geekypandey/swify-url-shortner

Set up the virtual environment and install dependencies

Create and activate

$ cd swify-url-shortner
$ python3 -m venv venv 
$ source venv/bin/activate
$ pip install -r requirements.txt

Run the Flask server

$ python3 app.py

Open address in web browser

The program runs at 127.0.0.1:5000