The personal URL shortener
Find a file
2024-12-19 01:35:29 +02:00
config enh(#4): Adds new frontend 2024-12-19 01:35:29 +02:00
docs chore(): Adds Sphinx to the mix 2024-11-30 11:50:55 +01:00
frontend enh(#4): Adds new frontend 2024-12-19 01:35:29 +02:00
shortenit enh(#4): Adds new frontend 2024-12-19 01:35:29 +02:00
.gitignore enh(#4): Adds new frontend 2024-12-19 01:35:29 +02:00
LICENSE Add LICENSE 2019-10-07 22:07:37 +00:00
make.bat chore(): Adds Sphinx to the mix 2024-11-30 11:50:55 +01:00
Makefile chore(): Adds Sphinx to the mix 2024-11-30 11:50:55 +01:00
poetry.lock enh(#4): Adds new frontend 2024-12-19 01:35:29 +02:00
pyproject.toml enh(#4): Adds new frontend 2024-12-19 01:35:29 +02:00
README.md chore(#5): Migration to SQLAlchemy 2024-12-18 01:38:31 +01:00
TODO Appending TODO. 2019-11-04 17:52:37 +01:00

Shortenit

Shortenit is a tool to shorten urls.

NOTE: This is a very early draft project. Contributions are welcome.

Running

To run shortenit, edit the configuration file found in config/config.yaml then run the following commands.

$ pip install -e .
$ shortenit