Skip to content

geekypandey/swify-url-shortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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