Quick.ly is a url shortener made with python and fastapi. It uses MongoDB as a database.
- Home page
- Shorten url
- Redirect to original url
- Error page
- Contact page
- Blogs page
- Report link
- Delete page
git clone https://github.com/HeimanPictures/Quick.ly
cd Quick.ly
pip install -r requirements.txt
python main.py