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