Pure vanilla HTML/CSS/JS ✅ • Lightweight ✅ • Functional ✅ • No plaintext passwords ✅
Simple link shortener built with flask. >![WARNING] PLEASE CHANGE THE SECRET IN `app.py` BEFORE RUNNING IN PRODUCTION (this applies to the docker installation as well) - [Installation (no docker)](#installation-no-docker) - [Usage](#usage) - [Installation (docker)](#installation-docker) - [Users](#users) - [TODOs](#todos) ## Installation (no docker) ```bash git clone https://git.confest.im/boyan_k/shortn pip install -r requirements.txt ``` ### Usage ```bash python manage_users.py init # to create the database python manage_users.py add # to add a user >>> Name: admin >>> Password: ***** >>> Again: ***** python manage_users.py list # to list users python manage_users.py remove --username