지창언

Update README.md

Showing 1 changed file with 51 additions and 16 deletions
1 -About the project
2 -
3 -휴게소 정보 제공 서비스
4 1
5 2
6 3
7 -고속도로 휴게소들의 정보를 제공하는 서비스입니다. 4 +# Index
8 -
9 -휴게소의 먹거리 메뉴들과 날씨, LPG 충전소의 정보를 제공합니다.
10 -
11 -게시판을 이용해 사용자 간 실제 사용 정보 등을 나눌 수 있습니다.
12 5
6 +1. [About the project](#About-the-project)
7 +2. [Getting started](#Getting started)
8 +2. [Features](#Features)
9 +3. [Roadmap](#Roadmap)
10 +4. [Contributing](#Contributing)
11 +5. [License](#License)
12 +6. [Contact](#Contact)
13 13
14 +## About the project
14 15
16 +휴게소 정보 제공 서비스
15 17
16 -Getting started
17 -
18 -
19 -Usage
20 18
21 -Roadmap
22 19
23 -Contributing 20 +고속도로 휴게소들의 정보를 제공하는 서비스입니다.
24 21
25 -License 22 +휴게소의 먹거리 메뉴들과 날씨, LPG 충전소의 정보를 제공합니다.
26 23
27 -Contact
...\ No newline at end of file ...\ No newline at end of file
24 +게시판을 이용해 사용자 간 실제 사용 정보 등을 나눌 수 있습니다.
25 +## Getting started
26 +
27 +1. 저장소불러오기
28 +
29 +```git clone http://khuhub.khu.ac.kr/2018102164/rest_stop_list.git```
30 +2. npm 설치
31 +
32 +``` npm install```
33 +
34 +## Feautres
35 +- 고속도로 별 경로 휴게소 위치 표시
36 +- 휴게소 식당 메뉴
37 +- 휴게소 별 날씨
38 +- LPG 충전소 여부
39 +- 회원가입 및 로그인
40 +- 게시판
41 +
42 +## Roadmap
43 +1. build server (nodejs &express)
44 +2. adapt css (bootstrap)
45 +3. add map api for highway & rest stop
46 +4. connect database(mongoose)
47 +4. fetch api for rest stop weather, food menu and LPG gas station
48 +5. add login/sign up
49 +
50 +
51 +## Contributing
52 +please follow the steps below for contributing
53 +1. git fork
54 +2. create branch from master
55 +3. modify project
56 +4. commit & merge request
57 +## License
58 +
59 +## Contact
60 +- 지창언 gentleking95@khu.ac.kr
61 +- 김민규
62 +- 이서현
......