The personal URL shortener
Find a file
2024-12-25 21:34:55 +01:00
config fix(): Fixes the packaging, should work as expected when installed 2024-12-25 21:34:55 +01:00
docs chore(): Cleans up the docs a bit 2024-12-25 21:27:55 +01:00
frontend fix(): Fixes the packaging, should work as expected when installed 2024-12-25 21:34:55 +01:00
scripts enh(#8): Refactoring code 2024-12-24 01:40:50 +01:00
shortenit fix(): Fixes the packaging, should work as expected when installed 2024-12-25 21:34:55 +01:00
.gitignore fix(): Fixes the packaging, should work as expected when installed 2024-12-25 21:34:55 +01:00
LICENSE Add LICENSE 2019-10-07 22:07:37 +00:00
poetry.lock fix(): Fixes the packaging, should work as expected when installed 2024-12-25 21:34:55 +01:00
pyproject.toml fix(): Fixes the packaging, should work as expected when installed 2024-12-25 21:34:55 +01:00
README.md chore(#8): Adds scripts to install, build and run the project 2024-12-24 01:40:15 +01:00

Shortenit

Shortenit is a tool to shorten urls.

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

Install

To install shortenit and all of its dependencies for development, run the following script.

$ scripts/install.sh

Running

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

$ scripts/run.sh