Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 567 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 567 Bytes

book

Web app for booking inspired by Doodle and Framadate. Deployed at https://thepanoply.eu.pythonanywhere.com/.

Installation

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.txt

Development server

Run the development server with password 1234 and debug mode:

bash start_flask.sh

NOTE: For development only. Do not run this in production...