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.
|
|
6 years ago | |
|---|---|---|
| client | 7 years ago | |
| scripts | 7 years ago | |
| server | 6 years ago | |
| .gitignore | 8 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