윤성아

README_mod

Showing 1 changed file with 21 additions and 14 deletions
1 -# Sweet Day : Providing Dessert Information:) 1 +# Sweet Day : Providing Dessert Information!
2 +
3 +
2 ## About the Project 4 ## About the Project
3 Sweet Day는 디저트 가게의 다양한 정보들을 얻을 수 있는 챗봇 시스템입니다. 5 Sweet Day는 디저트 가게의 다양한 정보들을 얻을 수 있는 챗봇 시스템입니다.
4 고객들은 직접 찾기 힘든 가게 관련 정보를 손쉽게 얻을 수 있으며, 추가적으로 디저트의 수량에 관한 상세한 정보를 제공하는 서비스입니다. 6 고객들은 직접 찾기 힘든 가게 관련 정보를 손쉽게 얻을 수 있으며, 추가적으로 디저트의 수량에 관한 상세한 정보를 제공하는 서비스입니다.
5 7
8 +
6 ## Tech Stack 9 ## Tech Stack
7 - Node.js 10 - Node.js
8 - Express.js 11 - Express.js
9 - Axios 12 - Axios
10 - Line API 13 - Line API
11 14
15 +
12 ## License 16 ## License
13 -MIT License 17 + MIT License
18 +
14 19
15 ## Getting Started 20 ## Getting Started
16 1. git clone <프로젝트 주소를 적어주세요> 21 1. git clone <프로젝트 주소를 적어주세요>
17 -git clone http://khuhub.khu.ac.kr/2020105581/DessertChatbot.git 22 + git clone http://khuhub.khu.ac.kr/2020105581/DessertChatbot.git
18 23
19 2. intsall npm 24 2. intsall npm
20 -cd DessertChatbot 25 + cd DessertChatbot
21 -npm install 26 + npm install
22 27
23 3. running 28 3. running
24 -npm run start 29 + npm run start
25 30
26 4. running in dev 31 4. running in dev
27 -npm run start:dev 32 + npm run start:dev
28 33
29 5. running in production 34 5. running in production
30 -npm run start:prod 35 + npm run start:prod
31 36
32 6. if you didn’t install nodemon, pm2, run the follwing script 37 6. if you didn’t install nodemon, pm2, run the follwing script
33 -npm install -g nodemon pm2 38 + npm install -g nodemon pm2
39 +
34 40
35 ## Project Architecture 41 ## Project Architecture
36 -![architecture(./image/architecture.png)] 42 +![architecture](./image/architecture.png)
43 +
37 44
38 ## User Interface 45 ## User Interface
39 - 1,2,3번 응답 구현 화면 46 - 1,2,3번 응답 구현 화면
40 -![onetothree(./image/onetothree.jpg)] 47 +![onetothree](./image/onetothree.jpg)
41 - 4번 응답 구현 화면 48 - 4번 응답 구현 화면
42 -![four(./image/four.jpg)] 49 +![four]four(./image/four.jpg)
43 - 5번 응답 구현 화면 50 - 5번 응답 구현 화면
44 -![five(./image/five.jpg)] 51 +![five](./image/five.jpg)
45 - 운영시간 아닐 때 챗봇에 접속할 시 52 - 운영시간 아닐 때 챗봇에 접속할 시
46 -![else(./image/else.jpg)]
...\ No newline at end of file ...\ No newline at end of file
53 +![else](./image/else.jpg)
...\ No newline at end of file ...\ No newline at end of file
......