손수민

[Add] README.md File

1 -# 주제 1 +## About the Project
2 -날씨에 따라 옷을 추천해주는 웹사이트 개발<br/><br/>
3 2
4 -## 구성원 3 +> Weather_Briefing
5 -| 이름 | 학과 |학번 |이메일 |
6 -|----------------|----------------|-------------------------------|-------------------------------|
7 -|김건희|컴퓨터공학과|2017103958 |tahm_kench@khu.ac.kr |
8 -|손수민|컴퓨터공학과| | |
9 -|오석진|컴퓨터공학과| | |
10 4
11 -<br/> 5 +요즘 날씨에 따라 무엇을 입어야 할 지를 고민하는 이들을 위한
6 +날씨에 따른 패션 추천 웹 페이지
12 7
13 -## 모듈 설치 8 +
9 +## Getting Started
10 +
11 + 1. node.js install
12 + 2. git clone http://khuhub.khu.ac.kr/2017103958/OSSW_Weather_Briefing.git
13 + 3. weather_briefing
14 +```
15 + npm install
16 + npm start
14 ``` 17 ```
15 -.. 18 + 4. server.js
16 ``` 19 ```
17 -... 20 + npm install
21 + node server
22 +```
23 +
24 + 5. 실행 **localhost:3000/login**
25 +
26 +
27 +## Usage
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)
30 +![메인 페이지](./img/%EC%8A%AC%EB%9D%BC%EC%9D%B4%EB%93%9C3.PNG)
31 +![날씨 정보 페이지](./img/%EC%8A%AC%EB%9D%BC%EC%9D%B4%EB%93%9C4.PNG)
32 +![옷 추천 페이지](./img/%EC%8A%AC%EB%9D%BC%EC%9D%B4%EB%93%9C5.PNG)
33 +
34 +
35 +## Project Architecture
36 +![프로그램 아키텍쳐](./img/%EC%95%84%ED%82%A4%ED%85%8D%EC%B3%90.png)
37 +
38 +
39 +## Contributing
40 +
41 +1. Fork the Project
42 +2. Create your Feature Branch (feature/yourname)
43 +3. Commit your Changes
44 +4. Push to the Branch
45 +5. Open a Pull Request
46 +
47 +## License
48 +
49 +Distributed under the MIT License. See LICENSE.txt for more information.
50 +
51 +## Contact
52 +
53 +* 김건희 : tahm_kench@khu.ac.kr
54 +* 손수민 : sumin0218@khu.ac.kr
55 +* 오석진: sjieu17@khu.ac.kr
56 +
57 +* Project Link : http://khuhub.khu.ac.kr/2017103958/OSSW_Weather_Briefing
......