The personal URL shortener
Find a file
2024-12-25 15:20:18 +01:00
config enh(#8): Refactoring code 2024-12-24 01:40:50 +01:00
docs chore(#8): Initial migration into the new frontend UI 2024-12-24 01:40:15 +01:00
frontend fix(): Fixes unexpected default export of anonymous function warning 2024-12-25 15:20:18 +01:00
scripts enh(#8): Refactoring code 2024-12-24 01:40:50 +01:00
shortenit enh(#8): Refactoring code 2024-12-24 01:40:50 +01: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(#8): Adds scripts to install, build and run the project 2024-12-24 01:40:15 +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.

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