Merge branch 'master' into feature/ChatbotTest_Megabox
Showing
2 changed files
with
62 additions
and
3 deletions
| ... | @@ -23,9 +23,9 @@ app.use(bodyParser.json()); | ... | @@ -23,9 +23,9 @@ app.use(bodyParser.json()); |
| 23 | // commit 할때 지워야 할것들 | 23 | // commit 할때 지워야 할것들 |
| 24 | 24 | ||
| 25 | 25 | ||
| 26 | -const USER_ID = '' | 26 | +const USER_ID = ''; |
| 27 | -const TOKEN = '' | 27 | +const TOKEN = ''; |
| 28 | -const domain = "" | 28 | +const domain = ""; |
| 29 | ///////////////////////////////////////////////// | 29 | ///////////////////////////////////////////////// |
| 30 | 30 | ||
| 31 | let MEGA_date; | 31 | let MEGA_date; | ... | ... |
| 1 | +# 3대 멀티플렉스 통합 예매 챗봇 | ||
| 2 | + | ||
| 3 | + | ||
| 4 | +CGV, 롯데시네마, MEGABOX 영화관의 정보를 통합 제공 및 예매를 도와주는 챗봇입니다. | ||
| 5 | + | ||
| 6 | +  | ||
| 7 | + | ||
| 8 | +## About The Project | ||
| 9 | + | ||
| 10 | + | ||
| 11 | +### Motivation | ||
| 12 | + | ||
| 13 | +> CGV에서 영화를 예매할 때 보고싶은 영화가 없는 경우, 다른 브랜드의 영화관을 예매할려면 추가적으로 검색을 해서 창을 새로 띄워야한다. 그래서 우리는 3개의 영화관 브랜드를 한번에 예매할 수 있는 플랫폼을 만들어 챗봇을 통해 간단하게 예매할 수 있도록 설계했다. | ||
| 14 | + | ||
| 15 | + | ||
| 16 | +### Built With | ||
| 17 | + | ||
| 18 | ++ node.js | ||
| 19 | ++ AWS | ||
| 20 | ++ Line Messaging API | ||
| 21 | ++ Kakao Search-by-Keyword API | ||
| 22 | + | ||
| 23 | +## Getting Started | ||
| 24 | + | ||
| 25 | +### Prerequisites | ||
| 26 | + | ||
| 27 | +### Installation | ||
| 28 | + | ||
| 29 | + | ||
| 30 | +# Contributing | ||
| 31 | + | ||
| 32 | +1. 해당 Repository를 Fork합니다. | ||
| 33 | +`git fork http://khuhub.khu.ac.kr/2021105632/Multiplex_Ticketing_Platform.git` | ||
| 34 | +2. Fork한 Repository를 Clone합니다. | ||
| 35 | +`git clone http://khuhub.khu.ac.kr/{YourID}/Multiplex_Ticketing_Platform.git` | ||
| 36 | +3. 당신이 개발하고자 하는 기능의 Branch를 추가합니다. | ||
| 37 | +`git checkout -b feature/{YourBranchName}` | ||
| 38 | +4. 기능을 구현합니다. | ||
| 39 | +5. 당신이 추가한 기능 또는 수정 사항을 Commit합니다. | ||
| 40 | +`git commit -m 'Add feature {FeatureName}'` | ||
| 41 | +6. 당신의 Branch를 Push합니다. | ||
| 42 | +`git push origin feature/{YourBranchName}` | ||
| 43 | +7. Pull Request를 엽니다. | ||
| 44 | + | ||
| 45 | + | ||
| 46 | +## License | ||
| 47 | + | ||
| 48 | +Apache License를 사용합니다. LICENSE.txt를 통해 자세한 정보를 확인해주세요. | ||
| 49 | + | ||
| 50 | + | ||
| 51 | +## Contact | ||
| 52 | + | ||
| 53 | +> 임승현 - kevinlsh17@khu.ac.kr | ||
| 54 | + | ||
| 55 | +> 이혜인 - hil0409@khu.ac.kr | ||
| 56 | + | ||
| 57 | +> 신승민 - s091506@khu.ac.kr | ||
| 58 | + | ||
| 59 | +> Project Link: [http://khuhub.khu.ac.kr/2021105632/Multiplex_Ticketing_Platform.git](http://khuhub.khu.ac.kr/2021105632/Multiplex_Ticketing_Platform.git) | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment