The personal URL shortener
4c36f35492
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. |
||
---|---|---|
config | ||
docs | ||
frontend | ||
scripts | ||
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.
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