김성욱

Test

File mode changed
File mode changed
File mode changed
File mode changed
File mode changed
File mode changed
File mode changed
<p align="center"><img src="http://cdn.ggilbo.com/news/photo/202203/901729_732791_5437.jpg" width="300" height="300"></p>
<!-- PROJECT LOGO -->
<br />
<div align="center">
<h1 align="center">Find MBTI chatbot</h1>
</div>
<!-- TABLE OF CONTENTS -->
<details>
<summary>Table of Contents</summary>
<ol>
<li>
<a href="#about-the-project">About The Project</a>
</li>
<li><a href="#roadmap">Roadmap</a></li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="#contact">Contact</a></li>
</ol>
</details>
<!-- ABOUT THE PROJECT -->
## About The Project
* MBTI를 알기 위해서는 딱딱한 질문식의 설문을 일일히 체크해야 합니다.
* 저희는 그런 방식보다는 챗봇과의 대화를 통해 MBTI를 알아내는 방식을 챗봇에 적용하고자 합니다.
* 저희 챗봇은 LINE Messaging API를 기반으로 만들어졌습니다.
<p align="right">(<a href="#top">back to top</a>)</p>
### Built With
* [Node.js](https://nodejs.org/ko/)
<p align="right">(<a href="#top">back to top</a>)</p>
<!-- ROADMAP -->
## Roadmap
- [ ] Line/kakao 채널 만들기
- [ ] express 서버 연결
- [ ] test
- [ ] MBTI설문을 챗봇에 적용시키기
<p align="right">(<a href="#top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## Contributing
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
<p align="right">(<a href="#top">back to top</a>)</p>
<!-- CONTACT -->
## Contact
* 김성욱 : so3659@khu.ac.kr
* 공정훈 : kjhun1208@khu.ac.kr
* 고민경: komg00@khu.ac.kr
* Project Link : http://khuhub.khu.ac.kr/2018103692/find_mbti_bot)
<p align="right">(<a href="#top">back to top</a>)</p>
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
{
"name": "example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"engines": {
"node": "16.14.2",
"npm": "8.5.0"
},
"dependencies": {
"body-parser": "^1.20.0",
"express": "^4.18.1",
"morgan": "^1.10.0"
}
}