Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akkilmg/quick.ly-pre
It is basic shortener with normal shortener and secured shortener using Fastapi and Mongodb.
https://github.com/akkilmg/quick.ly-pre
fastapi mongodb python python3 quickly
Last synced: 22 days ago
JSON representation
It is basic shortener with normal shortener and secured shortener using Fastapi and Mongodb.
- Host: GitHub
- URL: https://github.com/akkilmg/quick.ly-pre
- Owner: AkkilMG
- License: gpl-3.0
- Created: 2023-04-14T10:28:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T10:00:17.000Z (over 1 year ago)
- Last Synced: 2025-01-13T01:45:38.995Z (30 days ago)
- Topics: fastapi, mongodb, python, python3, quickly
- Language: HTML
- Homepage: https://quickly-pre.onrender.com
- Size: 3.9 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quick.ly-Pre
## Description
Quick.ly is a url shortener made with python and fastapi. It uses MongoDB as a database.
## Features
- [x] Home page
- [x] Shorten url
- [x] Redirect to original url
- [x] Error page
- [x] Contact page
- [x] Blogs page
- [x] Report link
- [x] Delete page## Screenshot
### Shortener
### Secured Shortener
## Installation
```bash
git clone https://github.com/HeimanPictures/Quick.ly
cd Quick.ly
pip install -r requirements.txt
python main.py
```## Credits
- [AkKiL](https://github.com/HeimanPictures)
- [Python](https://www.python.org/)
- [Fastapi](https://fastapi.tiangolo.com/)
- [MongoDB](https://www.mongodb.com/)