윤성아

final README mod

Showing 1 changed file with 13 additions and 1 deletions
......@@ -19,23 +19,35 @@ Sweet Day는 디저트 가게의 다양한 정보들을 얻을 수 있는 챗봇
## 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
......@@ -46,7 +58,7 @@ Sweet Day는 디저트 가게의 다양한 정보들을 얻을 수 있는 챗봇
- 1,2,3번 응답 구현 화면
![onetothree](./image/onetothree.jpg)
- 4번 응답 구현 화면
![four]four(./image/four.jpg)
![four](./image/four.jpg)
- 5번 응답 구현 화면
![five](./image/five.jpg)
- 운영시간 아닐 때 챗봇에 접속할 시
......