Showing
1 changed file
with
12 additions
and
7 deletions
1 | [![node](https://img.shields.io/badge/Node-v16.15.0-important?logo=nodedotjs)](https://nodejs.org/ko/) [![express](https://img.shields.io/badge/Express-4.18.1-important?logo=express)](https://expressjs.com/ko/) | 1 | [![node](https://img.shields.io/badge/Node-v16.15.0-important?logo=nodedotjs)](https://nodejs.org/ko/) [![express](https://img.shields.io/badge/Express-4.18.1-important?logo=express)](https://expressjs.com/ko/) |
2 | [![puppeteer](https://img.shields.io/badge/puppeteer-v14.1.1-success?logo=Puppeteer)](https://github.com/puppeteer/puppeteer) [![selenium-webdriver](https://img.shields.io/badge/selenium--webdriver-v4.1.2-success?logo=Selenium)](https://www.selenium.dev/documentation/webdriver/) [![express-async-handler](https://img.shields.io/badge/express--async--handler-v1.2.0-success)](https://www.npmjs.com/package/express-async-handler) [![cheerio](https://img.shields.io/badge/cheerio-v1.0.0--rc.11-success)](https://cheerio.js.org/) | 2 | [![puppeteer](https://img.shields.io/badge/puppeteer-v14.1.1-success?logo=Puppeteer)](https://github.com/puppeteer/puppeteer) [![selenium-webdriver](https://img.shields.io/badge/selenium--webdriver-v4.1.2-success?logo=Selenium)](https://www.selenium.dev/documentation/webdriver/) [![express-async-handler](https://img.shields.io/badge/express--async--handler-v1.2.0-success)](https://www.npmjs.com/package/express-async-handler) [![cheerio](https://img.shields.io/badge/cheerio-v1.0.0--rc.11-success)](https://cheerio.js.org/) |
3 | -# 3대 멀티플렉스 통합 예매 챗봇 | 3 | +# 3대 멀티플렉스 통합 예매 챗봇 |
4 | 4 | ||
5 | 5 | ||
6 | CGV, 롯데시네마, MEGABOX 영화관의 정보를 통합 제공 및 예매를 도와주는 챗봇입니다. | 6 | CGV, 롯데시네마, MEGABOX 영화관의 정보를 통합 제공 및 예매를 도와주는 챗봇입니다. |
7 | 7 | ||
8 | - ![enter image description here](http://cdn.joongboo.com/news/photo/201904/1339879_2043449_5356.png) | 8 | + ![cgv megabox lottecinema](http://cdn.joongboo.com/news/photo/201904/1339879_2043449_5356.png) |
9 | 9 | ||
10 | ## About The Project | 10 | ## About The Project |
11 | 11 | ||
12 | +### Project Architecture | ||
13 | + | ||
14 | + ![Architecture](https://ifh.cc/g/KFDtw4.jpg) | ||
12 | 15 | ||
13 | -### Motivation | 16 | + |
17 | + | ||
18 | +### Motivation | ||
14 | 19 | ||
15 | > CGV에서 영화를 예매할 때 보고싶은 영화가 없는 경우, 다른 브랜드의 영화관을 예매할려면 추가적으로 검색을 해서 창을 새로 띄워야한다. 그래서 우리는 3개의 영화관 브랜드를 한번에 예매할 수 있는 플랫폼을 만들어 챗봇을 통해 간단하게 예매할 수 있도록 설계했다. | 20 | > CGV에서 영화를 예매할 때 보고싶은 영화가 없는 경우, 다른 브랜드의 영화관을 예매할려면 추가적으로 검색을 해서 창을 새로 띄워야한다. 그래서 우리는 3개의 영화관 브랜드를 한번에 예매할 수 있는 플랫폼을 만들어 챗봇을 통해 간단하게 예매할 수 있도록 설계했다. |
16 | 21 | ||
17 | 22 | ||
18 | -### Built With | 23 | +### Built With |
19 | 24 | ||
20 | + node.js | 25 | + node.js |
21 | + AWS | 26 | + AWS |
... | @@ -23,10 +28,10 @@ CGV, 롯데시네마, MEGABOX 영화관의 정보를 통합 제공 및 예매를 | ... | @@ -23,10 +28,10 @@ CGV, 롯데시네마, MEGABOX 영화관의 정보를 통합 제공 및 예매를 |
23 | + Kakao Search-by-Keyword API | 28 | + Kakao Search-by-Keyword API |
24 | 29 | ||
25 | 30 | ||
26 | -## Getting Started | 31 | +## Getting Started |
27 | - | ||
28 | -### Installation | ||
29 | 32 | ||
33 | +### Installation | ||
34 | + | ||
30 | 1. Kakao REST API관련 KEY를 발급받습니다. | 35 | 1. Kakao REST API관련 KEY를 발급받습니다. |
31 | [Kakao Search API](https://developers.kakao.com/) | 36 | [Kakao Search API](https://developers.kakao.com/) |
32 | 2. 해당 Repository를 Clone합니다. | 37 | 2. 해당 Repository를 Clone합니다. | ... | ... |
-
Please register or login to post a comment