Add successful message to init_db.py
Remove Docker images. I gave up.
Add Dockerfile for running Docker container
FlyURL is a simple, self-hosted URL shortener, built with Python web technology.
p/
before the ID. e.g. http://localhost:5000/6277dd6
becomes http://localhost:5000/p/6277dd6
Clone this repository, then run:
cd flyurl
source venv/bin/Activate # Bash
source venv/bin/Activate.csh # csh
source venv/bin/Activate.fish # fish
source venv/bin/Activate.ps1 # Powershell
python init_db.py
./run_server.sh