Added development instructions
parent
09c1b25351
commit
1f86fcb029
@ -1,3 +1,24 @@
|
|||||||
# Booker
|
# Booker
|
||||||
|
|
||||||
Booker is a vuejs SPA with a python Flask backend.
|
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
|
||||||
|
```
|
Loading…
Reference in New Issue