Skip to content

PratikPatekar/URL-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL-Shortener using Flask

Just a Sample project created while learning Flask.

Installation

Clone/Create project repository

git clone https://github.com/PratikPatekar/URL-Shortener/
cd URL-shortener

Use the packet manager pip to install pipenv

pip install pipenv
pipenv install

Activate Pipenv shell using

pipenv shell

Use pipenv to install the required packages using the requirements.txt file.

pipenv install -r requirements.txt

Usage

Run the app using flask

flask run

or Run the app using Gunicorn

gunicorn "urlshort:create_app()" -b 0.0.0.0

Contribution

Pull Requests are Welcome :bowtie:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published