Skip to content

leeminhan/url-shortening-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortening Service

Project Deployed At

http://172.104.63.163/

Demo

https://youtu.be/pomZEHchnZw


Getting Started Locally

# 1. Create venv
python3 -m venv venv

# 2. Activate venv
source venv/bin/activate

# 3. Install Dependencies
pip install -r requirements.txt

Start Flask Application

python app.py

Viewing the App

Go to http://localhost:5000/ or http://127.0.0.1:5000/

Testing

python -m unittest test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published