update,
This commit is contained in:
31
jamespong14205/task1/project/003_src/client/README.md
Normal file
31
jamespong14205/task1/project/003_src/client/README.md
Normal file
@@ -0,0 +1,31 @@
|
||||
### endpoints
|
||||
|
||||
```bash
|
||||
http://localhost/api/patient_queue/list
|
||||
http://localhost/api/patient_queue/non_urgent_case
|
||||
http://localhost/api/patient_queue/semi_urgent_case
|
||||
|
||||
```
|
||||
|
||||
### start demo
|
||||
|
||||
```bash
|
||||
# start docker desktop in host
|
||||
# inside wsl
|
||||
|
||||
# 1. start docker
|
||||
$ ./dc_up.sh
|
||||
|
||||
# 2. get into container
|
||||
$ docker compose exec -it client bash
|
||||
|
||||
# 3. start demo
|
||||
$ ./demo.sh
|
||||
|
||||
# 4. browse http://localhost after complete
|
||||
```
|
||||
|
||||
### test ac
|
||||
|
||||
username: admin
|
||||
password: nimda
|
Reference in New Issue
Block a user