Web app for booking inspired by Doodle and Framadate. Deployed at https://thepanoply.eu.pythonanywhere.com/.
Setup a virtual environment and install the dependencies:
python3.8 -m virtualenv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r src/requirements-dev.txtRun the development server with password 1234 and debug mode:
bash start_flask.shNOTE: For development only. Do not run this in production...