Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 866 Bytes

README.md

File metadata and controls

47 lines (33 loc) · 866 Bytes

Quick.ly-Pre

Description

Quick.ly is a url shortener made with python and fastapi. It uses MongoDB as a database.

Features

  • Home page
  • Shorten url
  • Redirect to original url
  • Error page
  • Contact page
  • Blogs page
  • Report link
  • Delete page

Screenshot

Shortener

Shorten

Secured Shortener

Shorten

Installation

git clone https://github.com/HeimanPictures/Quick.ly
cd Quick.ly
pip install -r requirements.txt
python main.py

Credits