https://github.com/p0dalirius/python-link-shortener
A self hosted simple link shortener in Flask
https://github.com/p0dalirius/python-link-shortener
base example flask link-shortener project python
Last synced: 9 months ago
JSON representation
A self hosted simple link shortener in Flask
- Host: GitHub
- URL: https://github.com/p0dalirius/python-link-shortener
- Owner: p0dalirius
- Created: 2023-06-03T15:02:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T15:31:10.000Z (about 1 year ago)
- Last Synced: 2025-04-23T23:56:05.493Z (9 months ago)
- Topics: base, example, flask, link-shortener, project, python
- Language: Python
- Homepage: https://podalirius.net
- Size: 587 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# python-link-shortener
Simple python link shortener in Flask.
## Features
- [x] Shorten links and redirections
- [ ] Upload files
- [ ] Set maximum retention time
- [ ] Set an access password to links
## Usage
In order to start the container of the server, just type in this repository:
```
make start
```
This will start a Docker container listenning ontcp port 5000 with the link shortener server.
## Demonstration

## Contributing
Pull requests are welcome. Feel free to open an issue if you want to add other features.