Skip to content

Commit 51fc1b4

Browse files
committed
- README.md 수정
Signed-off-by: KIMSEONHO <sinho0689@gmail.com>
1 parent 27ac154 commit 51fc1b4

File tree

3 files changed

+10
-46
lines changed

3 files changed

+10
-46
lines changed

README.md

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@ This is a NodeJS full API that you can use to test with your SPAs or Mobile apps
33
지정 도메인 : cozyhouzz.co.kr
44

55
## How to use it
6-
`gulp [--type] [arg] [task]`
6+
`npm run [server:dev]`
77

8-
개발시 : gulp
8+
개발시 : server:dev
99

10-
배포시 : gulp --type prod production
10+
배포시 : server:prod
11+
12+
Google Sheet(cozyhouzz_개발자료 : Server-App 통신방법)을 참고 바람.
13+
14+
테스트용 계정을 초기에 자동 생성되게 해서 간단한 로그인 테스트는 가능하다! (bin/www 참고)
1115

12-
Google Sheet(cozyhouzz_개발자료 : Server-App 통신방법, Server-Web 작업구성)을 참고 바람.
1316
구동 후, test route를 이용하여 작동 확인 가능
1417

15-
`!! 꼭 파일실행권한 (chmod) 를 바꿔줘야 한다!!!`
18+
#### **`!! 꼭 폴더 내부의 파일실행권한 (chmod) 를 바꿔줘야 한다!!!`**
1619

1720

1821
## Available
@@ -21,15 +24,5 @@ Google Sheet(cozyhouzz_개발자료 : Server-App 통신방법, Server-Web 작업
2124

2225
Available methods:
2326

24-
* **GET /**: Default route - `index`
25-
* **GET /test**: route test - `json data`
26-
27-
28-
## Authenticate account
29-
30-
If you want, you can run this server for YOUR Auth0 account. For that, you just need to create a `.env` file and set the `AUTH0_CLIENT_ID` and `AUTH0_CLIENT_SECRET` variables with the information from your account:
31-
32-
````bash
33-
AUTH0_CLIENT_ID=YourClientId
34-
AUTH0_CLIENT_SECRET=YourClientSecret
35-
````
27+
* **GET /api/random**: test route - `index`
28+
* **GET /api/public/file/test**: file upload test - `json data`

setting.bat

Lines changed: 0 additions & 14 deletions
This file was deleted.

setting.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)