Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sameerkumar18/custom-url-shortener
Custom URL Shortener
https://github.com/sameerkumar18/custom-url-shortener
flask flask-backend python url-shortener url-shortener-microservice
Last synced: 23 days ago
JSON representation
Custom URL Shortener
- Host: GitHub
- URL: https://github.com/sameerkumar18/custom-url-shortener
- Owner: sameerkumar18
- License: mit
- Created: 2017-05-07T10:20:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T12:16:28.000Z (about 6 years ago)
- Last Synced: 2024-12-06T18:58:14.795Z (27 days ago)
- Topics: flask, flask-backend, python, url-shortener, url-shortener-microservice
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 7
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom-URL-Shortener
This is a python web app that takes long URL and squeezes it into short/long custom characters to make a link customized which is simpler to share, tweet, or email to friends.The app is using python flask and sqlite3 database.
## Installation
In your virtual environment
pip install -r requirements.txt
## Run
python app.py
Feel Free to contribute :P
### License : MIT