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.
23 lines
336 B
Markdown
23 lines
336 B
Markdown
# 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
|
|
``` |