Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rizwan-hasan/flask-url-shortener-application
URL shortening web app built using Flask. It uses the base26 algorithm (derived from base62) for shortening URL, MySQL for database, and also Redis for caching.
https://github.com/rizwan-hasan/flask-url-shortener-application
base26 base62-encoding flask flask-application flask-backend mysql-database python3 redis-py sqlalchemy-python urlshortener webapp
Last synced: 11 days ago
JSON representation
URL shortening web app built using Flask. It uses the base26 algorithm (derived from base62) for shortening URL, MySQL for database, and also Redis for caching.
- Host: GitHub
- URL: https://github.com/rizwan-hasan/flask-url-shortener-application
- Owner: Rizwan-Hasan
- License: mit
- Created: 2020-08-02T15:18:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T04:41:09.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T01:28:21.436Z (over 1 year ago)
- Topics: base26, base62-encoding, flask, flask-application, flask-backend, mysql-database, python3, redis-py, sqlalchemy-python, urlshortener, webapp
- Language: CSS
- Homepage:
- Size: 370 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask URL Shortener Application
URL shortening web app built using Flask. It uses the base26 algorithm (derived from base62) for shortening URL, MySQL for database, and also Redis for caching.
## Database Schema
* [Schema SQL file (need to work the app)](MySql-Database-Schema/MySql-Database-Schema.sql)
## Deploying
Just use docker
```bash
docker-compose up
```## Screenshot
![Homepage](docs/screenshots/home.png)## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.## License
[MIT](LICENSE)