Merge branch 'master' of http://khuhub.khu.ac.kr/2019102144/healthcare-with-webcam
Showing
1 changed file
with
17 additions
and
4 deletions
... | @@ -45,16 +45,22 @@ HTML , Javascript, CSS | ... | @@ -45,16 +45,22 @@ HTML , Javascript, CSS |
45 | AWS , EC2 | 45 | AWS , EC2 |
46 | 46 | ||
47 | --- | 47 | --- |
48 | +### Architecture | ||
49 | +![dddd.drawio__1_](/uploads/46df407fa692c72c4a8b230b6081009c/dddd.drawio__1_.png) | ||
48 | 50 | ||
49 | # 설치 및 실행 | 51 | # 설치 및 실행 |
50 | ``` | 52 | ``` |
53 | +Clone the repo | ||
51 | npm install | 54 | npm install |
52 | npm run start | 55 | npm run start |
53 | -``` | 56 | +``` |
54 | -GO to localhost:8000 | 57 | +* Before npm run start, change mongoose.connect("Key") for own database. |
58 | + | ||
59 | +GO to localhost:3000 | ||
60 | + | ||
55 | * 테스트 케이스 추가 및 설정 `https://teachablemachine.withgoogle.com` | 61 | * 테스트 케이스 추가 및 설정 `https://teachablemachine.withgoogle.com` |
56 | * URL 연결 on squat.js | 62 | * URL 연결 on squat.js |
57 | - | 63 | +* 카메라 접근 허용 on Chrome |
58 | --- | 64 | --- |
59 | 65 | ||
60 | # for developer | 66 | # for developer |
... | @@ -77,8 +83,15 @@ GO to localhost:8000 | ... | @@ -77,8 +83,15 @@ GO to localhost:8000 |
77 | - [x] pront : 웹캠 띄우기 - 정지호 | 83 | - [x] pront : 웹캠 띄우기 - 정지호 |
78 | - [x] pront : 카운팅 기록 - 정지호 | 84 | - [x] pront : 카운팅 기록 - 정지호 |
79 | - [x] pront : 홈페이지 디자인 - 정지호 | 85 | - [x] pront : 홈페이지 디자인 - 정지호 |
80 | -- [x] 배포 : http://54.145.55.30:3000/ | 86 | +- [x] 배포 : https://2019102144.osschatbot2022.tk:23023 |
81 | - [] PPT/발표 자료 준비 | 87 | - [] PPT/발표 자료 준비 |
82 | 88 | ||
83 | --- | 89 | --- |
84 | 90 | ||
91 | +# Contributing | ||
92 | +1. Fork the project repository | ||
93 | +2. Create your feature Branch (feature/'feature-name') | ||
94 | +3. Commit your Changes | ||
95 | +4. Push to the Branch | ||
96 | +5. Open a Pull requests | ||
97 | + | ... | ... |
-
Please register or login to post a comment