Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

Shorten

### Secured Shortener

Shorten

## 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/)