손수민

[Add] README.md File

# 주제
날씨에 따라 옷을 추천해주는 웹사이트 개발<br/><br/>
## About the Project
## 구성원
| 이름 | 학과 |학번 |이메일 |
|----------------|----------------|-------------------------------|-------------------------------|
|김건희|컴퓨터공학과|2017103958 |tahm_kench@khu.ac.kr |
|손수민|컴퓨터공학과| | |
|오석진|컴퓨터공학과| | |
> Weather_Briefing
<br/>
요즘 날씨에 따라 무엇을 입어야 할 지를 고민하는 이들을 위한
날씨에 따른 패션 추천 웹 페이지
## 모듈 설치
## Getting Started
1. node.js install
2. git clone http://khuhub.khu.ac.kr/2017103958/OSSW_Weather_Briefing.git
3. weather_briefing
```
npm install
npm start
```
..
4. server.js
```
...
npm install
node server
```
5. 실행 **localhost:3000/login**
## Usage
![회원가입 페이지](./img/%EC%8A%AC%EB%9D%BC%EC%9D%B4%EB%93%9C1.PNG)
![로그인 페이지](./img/%EC%8A%AC%EB%9D%BC%EC%9D%B4%EB%93%9C2.PNG)
![메인 페이지](./img/%EC%8A%AC%EB%9D%BC%EC%9D%B4%EB%93%9C3.PNG)
![날씨 정보 페이지](./img/%EC%8A%AC%EB%9D%BC%EC%9D%B4%EB%93%9C4.PNG)
![옷 추천 페이지](./img/%EC%8A%AC%EB%9D%BC%EC%9D%B4%EB%93%9C5.PNG)
## Project Architecture
![프로그램 아키텍쳐](./img/%EC%95%84%ED%82%A4%ED%85%8D%EC%B3%90.png)
## Contributing
1. Fork the Project
2. Create your Feature Branch (feature/yourname)
3. Commit your Changes
4. Push to the Branch
5. Open a Pull Request
## License
Distributed under the MIT License. See LICENSE.txt for more information.
## Contact
* 김건희 : tahm_kench@khu.ac.kr
* 손수민 : sumin0218@khu.ac.kr
* 오석진: sjieu17@khu.ac.kr
* Project Link : http://khuhub.khu.ac.kr/2017103958/OSSW_Weather_Briefing
......