Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이혜인
/
Multiplex_Ticketing_Platform
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
임승현
2022-06-05 02:41:04 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
ee26c628540bdec8fa8bd051daa9f58c7b38c8e7
ee26c628
2 parents
eb44c5c9
1c96c3bf
Merge branch 'feature/ChatbotTest' into 'master'
Add README.md See merge request !19
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
59 additions
and
0 deletions
README.md
README.md
View file @
ee26c62
# 3대 멀티플렉스 통합 예매 챗봇
CGV, 롯데시네마, MEGABOX 영화관의 정보를 통합 제공 및 예매를 도와주는 챗봇입니다.
!
[
enter image description here
](
http://cdn.joongboo.com/news/photo/201904/1339879_2043449_5356.png
)
## 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](http://khuhub.khu.ac.kr/2021105632/Multiplex_Ticketing_Platform.git)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment