Toggle navigation
Toggle navigation
This project
Loading...
Sign in
고혜연
/
DessertChatbot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
윤성아
2021-06-11 01:20:29 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5a190d5529d11dd50478a7938a0dd33c6220a1ca
5a190d55
1 parent
4a3ae066
final README mod
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
README.md
README.md
View file @
5a190d5
...
...
@@ -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번 응답 구현 화면

-
4번 응답 구현 화면
![
four
]
four
(./image/four.jpg)

-
5번 응답 구현 화면

-
운영시간 아닐 때 챗봇에 접속할 시
...
...
Please
register
or
login
to post a comment