윤성아

README.md

# Sweet Day : Providing Dessert Information:)
## About the Project
Sweet Day는 디저트 가게의 다양한 정보들을 얻을 수 있는 챗봇 시스템입니다.
고객들은 직접 찾기 힘든 가게 관련 정보를 손쉽게 얻을 수 있으며, 추가적으로 디저트의 수량에 관한 상세한 정보를 제공하는 서비스입니다.
## Tech Stack
- Node.js
- Express.js
- Axios
- Line API
## License
MIT License
## Getting Started
1. git clone <프로젝트 주소를 적어주세요>
git clone http://khuhub.khu.ac.kr/2020105581/DessertChatbot.git
2. intsall npm
cd DessertChatbot
npm install
3. running
npm run start
4. running in dev
npm run start:dev
5. running in production
npm run start:prod
6. if you didn’t install nodemon, pm2, run the follwing script
npm install -g nodemon pm2
## Project Architecture
![architecture(./image/architecture.png)]
## User Interface
- 1,2,3번 응답 구현 화면
![onetothree(./image/onetothree.jpg)]
- 4번 응답 구현 화면
![four(./image/four.jpg)]
- 5번 응답 구현 화면
![five(./image/five.jpg)]
- 운영시간 아닐 때 챗봇에 접속할 시
![else(./image/else.jpg)]
\ No newline at end of file