Toggle navigation
Toggle navigation
This project
Loading...
Sign in
공태현
/
healthcare-with-webcam
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
공태현
2022-06-08 04:34:06 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
408f6babc327a5fd891b00d11c02f96e444fecd2
408f6bab
1 parent
5e7bb262
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
README.md
README.md
View file @
408f6ba
...
...
@@ -33,18 +33,29 @@
### Backend
node.js , express
MongoDB , mogoose
### Frontend
HTML , Javascript, CSS
### Server
AWS
-
EC2
---
AWS
,
EC2
# 설치 및 실행
```
npm install
npm run start
```
GO to localhost:8000
*
테스트 케이스 추가 및 설정 -> https://teachablemachine.withgoogle.com
*
URL 연결 on squat.js
# for developer
*
server.js : API Implement, mongodb database access IP 추가 필요 -> https://www.mongodb.com
*
change mongoose.connect("Key") for own database.
*
model/user.js : Database user schema
# RoadMap
*
다양한 운동 자세 추가
*
여러 케이스 추가로 정확도 향상
*
데이터 베이스를 활용한 운동량 분석
...
...
Please
register
or
login
to post a comment