Showing
2 changed files
with
6 additions
and
6 deletions
... | @@ -10,20 +10,20 @@ | ... | @@ -10,20 +10,20 @@ |
10 | 10 | ||
11 | 1. node.js install | 11 | 1. node.js install |
12 | 2. git clone http://khuhub.khu.ac.kr/2017103958/OSSW_Weather_Briefing.git | 12 | 2. git clone http://khuhub.khu.ac.kr/2017103958/OSSW_Weather_Briefing.git |
13 | - 3. weather_briefing | 13 | + 3. server.js |
14 | + ![서버](./image/serverjs.png) | ||
15 | +개인 mongoDB 주소와 Secret key를 입력해주세요 | ||
16 | + 4. Client | ||
14 | ``` | 17 | ``` |
15 | npm install | 18 | npm install |
16 | npm start | 19 | npm start |
17 | ``` | 20 | ``` |
18 | - 4. server.js | 21 | + 5. Server |
19 | ``` | 22 | ``` |
20 | npm install | 23 | npm install |
21 | - node server | 24 | + node run backend |
22 | ``` | 25 | ``` |
23 | 26 | ||
24 | - 5. 실행 **localhost:3000/login** | ||
25 | - | ||
26 | - | ||
27 | ## Usage | 27 | ## Usage |
28 | ![회원가입 페이지](./img/%EC%8A%AC%EB%9D%BC%EC%9D%B4%EB%93%9C1.PNG) | 28 | ![회원가입 페이지](./img/%EC%8A%AC%EB%9D%BC%EC%9D%B4%EB%93%9C1.PNG) |
29 | ![로그인 페이지](./img/%EC%8A%AC%EB%9D%BC%EC%9D%B4%EB%93%9C2.PNG) | 29 | ![로그인 페이지](./img/%EC%8A%AC%EB%9D%BC%EC%9D%B4%EB%93%9C2.PNG) | ... | ... |
img/serverjs.png
0 → 100644
6.76 KB
-
Please register or login to post a comment