Showing
1 changed file
with
28 additions
and
1 deletions
... | @@ -24,5 +24,32 @@ | ... | @@ -24,5 +24,32 @@ |
24 | [x] pront : 웹캠 띄우기 - 정지호 | 24 | [x] pront : 웹캠 띄우기 - 정지호 |
25 | [x] pront : 카운팅 기록 - 정지호 | 25 | [x] pront : 카운팅 기록 - 정지호 |
26 | [x] pront : 홈페이지 디자인 - 정지호 | 26 | [x] pront : 홈페이지 디자인 - 정지호 |
27 | -[] 배포 | 27 | +[x] 배포 : http://54.145.55.30:3000/ |
28 | [] PPT/발표 자료 준비 | 28 | [] PPT/발표 자료 준비 |
29 | + | ||
30 | +--- | ||
31 | + | ||
32 | +# 기술 스택 | ||
33 | +### Backend | ||
34 | +node.js , express | ||
35 | +MongoDB , mogoose | ||
36 | + | ||
37 | +### Frontend | ||
38 | +HTML , Javascript, CSS | ||
39 | + | ||
40 | +### Server | ||
41 | +AWS - EC2 | ||
42 | + | ||
43 | +--- | ||
44 | + | ||
45 | +# 설치 및 실행 | ||
46 | +``` | ||
47 | +npm install | ||
48 | +npm run start | ||
49 | +``` | ||
50 | +GO to localhost:8000 | ||
51 | + | ||
52 | +# RoadMap | ||
53 | +다양한 운동 자세 추가 | ||
54 | +여러 케이스 추가로 정확도 향상 | ||
55 | +데이터 베이스를 활용한 운동량 분석 | ... | ... |
-
Please register or login to post a comment