The personal URL shortener
7f813e2c34
Refactor URL Shortening Feature and UI Enhancements * Adds new feature page, user interface and user interface enhancement Co-authored-by: anthony <anthony@Project42 - SCM <noreply@scm.project42.io>> Co-committed-by: anthony <anthony@Project42 - SCM <noreply@scm.project42.io>> |
||
---|---|---|
config | ||
docs | ||
frontend | ||
shortenit | ||
.gitignore | ||
LICENSE | ||
make.bat | ||
Makefile | ||
poetry.lock | ||
pyproject.toml | ||
README.md | ||
TODO |
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