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.
838176bbc1 | 5 years ago | |
---|---|---|
client | 7 years ago | |
scripts | 7 years ago | |
server | 5 years ago | |
.gitignore | 7 years ago | |
README.md | 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