Toggle navigation
Toggle navigation
This project
Loading...
Sign in
한우준
/
Straight-Up
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김원진
2020-12-10 04:22:25 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
985f84cc07aa7f32aa975dc24cc112b72c837c85
985f84cc
1 parent
ceec5cef
README.md update1
test
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
README.md
README.md
View file @
985f84c
# Straight Up
=============
카카오 'Pose API'를 이용해 사용자가 자신의 모습(앉은모습: 정면/좌측/우측)을 업로드하면 자세를 분석해 교정 방법을 알려줍니다.
---
### 사용 방법
1.
repository clone
원하는 디렉토리에서 Straight-Up을 클론합니다.
```
git clone http://khuhub.khu.ac.kr/2019102240/Straight-Up.git
```
2. 터미널에서 `cd straight-up` 입력
```
cd straight-up
```
1. repository clone
원하는 디렉토리에서 Straight-Up을 클론합니다.
3. 패키지 파일 설치
실행을 위한 패키지 모듈을 설치합니다.
```
npm install
yarn
```
git clone http://khuhub.khu.ac.kr/2019102240/Straight-Up.git
2. 터미널에서 `cd straight-up` 입력
4. 어플리케이션 실행
cd straight-up
3. 패키지 파일 설치
실행을 위한 패키지 모듈을 설치합니다.
npm install
yarn
4. 어플리케이션 실행
`npm start` 입력 후 localhost:3002으로 접속합니다.
```
npm start
```
\ No newline at end of file
npm start
\ No newline at end of file
...
...
Please
register
or
login
to post a comment