README.md 1.76 KB

3대 멀티플렉스 통합 예매 챗봇

CGV, 롯데시네마, MEGABOX 영화관의 정보를 통합 제공 및 예매를 도와주는 챗봇입니다.

enter image description here

About The Project

Motivation

CGV에서 영화를 예매할 때 보고싶은 영화가 없는 경우, 다른 브랜드의 영화관을 예매할려면 추가적으로 검색을 해서 창을 새로 띄워야한다. 그래서 우리는 3개의 영화관 브랜드를 한번에 예매할 수 있는 플랫폼을 만들어 챗봇을 통해 간단하게 예매할 수 있도록 설계했다.

Built With

  • node.js
  • AWS
  • Line Messaging API
  • Kakao Search-by-Keyword API

Getting Started

Prerequisites

Installation

Contributing

  1. 해당 Repository를 Fork합니다. git fork http://khuhub.khu.ac.kr/2021105632/Multiplex_Ticketing_Platform.git
  2. Fork한 Repository를 Clone합니다. git clone http://khuhub.khu.ac.kr/{YourID}/Multiplex_Ticketing_Platform.git
  3. 당신이 개발하고자 하는 기능의 Branch를 추가합니다. git checkout -b feature/{YourBranchName}
  4. 기능을 구현합니다.
  5. 당신이 추가한 기능 또는 수정 사항을 Commit합니다. git commit -m 'Add feature {FeatureName}'
  6. 당신의 Branch를 Push합니다. git push origin feature/{YourBranchName}
  7. Pull Request를 엽니다.

License

Apache License를 사용합니다. LICENSE.txt를 통해 자세한 정보를 확인해주세요.

Contact

임승현 - kevinlsh17@khu.ac.kr 이혜인 - hil0409@khu.ac.kr 신승민 - s091506@khu.ac.kr Project Link: http://khuhub.khu.ac.kr/2021105632/Multiplex_Ticketing_Platform.git