You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
androiddrew d9c54c6006 Added make file to trigger build target 5 years ago
client Added make file to trigger build target 5 years ago
scripts added optional startup script. Created dismissable alert 7 years ago
server Adding gunicorn dependency 5 years ago
.gitignore initial commit 7 years ago
Makefile Added make file to trigger build target 5 years ago
README.md Added development instructions 7 years ago

README.md

Booker

Booker is a vuejs SPA with a python Flask backend.

#Dev

git clone https://git.androiddrew.com/androiddrew/booker.git

Client Installation

$cd ./client
$npm install
$npm run serve

Server Installation

$python -m venv env
$source env/bin/activate
$(env)cd ./server
$(env)pip install -e .
$(env)./serve