Skip to content

Asplund-Samuelsson/book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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