The personal URL shortener
Find a file
Elia el Lazkani 4c36f35492 fix(#10): Removes the timestamp from the API endpoint
The timestamp is generated by the database call, the value was mapped to
TTL. It is currently removed from the API, the TTL can be added later
when needed.
2024-12-25 15:32:00 +01:00
config chore(#10): Delegates the task of setting the url to the backend API 2024-12-25 15:29:32 +01:00
docs chore(#8): Initial migration into the new frontend UI 2024-12-24 01:40:15 +01:00
frontend fix(#10): Removes the timestamp from the API endpoint 2024-12-25 15:32:00 +01:00
scripts enh(#8): Refactoring code 2024-12-24 01:40:50 +01:00
shortenit fix(#10): Removes the timestamp from the API endpoint 2024-12-25 15:32:00 +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