Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akkilmg/quick.ly-fa
🚧 Under Construction 🚧
https://github.com/akkilmg/quick.ly-fa
application fastapi mongodb python python3 shorten-urls shortener web website
Last synced: 17 days ago
JSON representation
🚧 Under Construction 🚧
- Host: GitHub
- URL: https://github.com/akkilmg/quick.ly-fa
- Owner: AkkilMG
- License: gpl-3.0
- Created: 2023-04-07T16:44:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T17:35:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T01:45:38.943Z (25 days ago)
- Topics: application, fastapi, mongodb, python, python3, shorten-urls, shortener, web, website
- Language: HTML
- Homepage: https://quick-ly.onrender.com
- Size: 1.58 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FastApi-Boiler
## Description
## Features
- [x] Home page
- [x] Shorten url
- [x] Redirect to original url
- [x] Error page
- [x] Contact page
- [x] Blogs page
- [x] Report link
- [ ] User
- [ ] Dashboard page
- [ ] Profile
- [x] Links
- [ ] Analytics
- [ ] Settings
- [ ] Admin
- [ ] Dashboard page
- [ ] Settings
- [ ] Users
- [ ] Links
- [ ] Analytics
- [ ] Cache
- [ ] Cookie
- [x] API (for developers)
- [ ] Documentation## 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/)
- [CreativeTim](https://github.com/creativetimofficial/) for Dashboard template.