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: 3 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T23:14:36.000Z (about 2 years ago)
- Last Synced: 2025-01-04T02:48:16.134Z (5 months ago)
- Topics: base26, base62-encoding, flask, flask-application, flask-backend, mysql-database, python3, redis-py, sqlalchemy-python, urlshortener, webapp
- Language: CSS
- Homepage:
- Size: 374 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
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
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.## License
[MIT](LICENSE)