Jumi Yang

Update README.md and Add license

1 +MIT License
2 +Copyright (c) 2022 Jeongmin Seo
3 +Permission is hereby granted, free of charge, to any person obtaining a copy
4 +of this software and associated documentation files (the "Software"), to deal
5 +in the Software without restriction, including without limitation the rights
6 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7 +copies of the Software, and to permit persons to whom the Software is
8 +furnished to do so, subject to the following conditions:
9 +The above copyright notice and this permission notice shall be included in all
10 +copies or substantial portions of the Software.
11 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
16 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
17 +SOFTWARE.
...\ No newline at end of file ...\ No newline at end of file
1 # 맛집지도 : 실시간 맛집 정보 공유 플랫폼 1 # 맛집지도 : 실시간 맛집 정보 공유 플랫폼
2 +카카오맵 API와 실시간 채팅 기능을 통해 사용자들과 소통함으로써 맛집에 대한 정보를 얻을 수 있는 플랫폼입니다.
2 <div align="center"> 3 <div align="center">
3 - <h4>📚 STACKS</h4> 4 + <img src="/uploads/f2c62af097272859d8f37acda908d6aa/그림1.png" width="300" height="300">
4 </div> 5 </div>
5 -<div align="center"> 6 +
6 - <img src="https://img.shields.io/badge/html-E34F26?style=for-the-badge&logo=html5&logoColor=white"> <img src="https://img.shields.io/badge/css-1572B6?style=for-the-badge&logo=css3&logoColor=white"> <img src="https://img.shields.io/badge/node.js-339933?style=for-the-badge&logo=Node.js&logoColor=white"> <img src="https://img.shields.io/badge/express-000000?style=for-the-badge&logo=express&logoColor=white"> 7 +### 📚 STACKS
7 - <br> 8 +![node-16.14.2](https://img.shields.io/badge/Node-16.14.2-green)
8 - <img src="https://img.shields.io/badge/AWS EC2-232F3E?style=for-the-badge&logo=amazon%20aws&logoColor=white"/> <img src="https://img.shields.io/badge/NGINX-009639?style=for-the-badge&logo=NGINX&logoColor=white"> <img src="https://img.shields.io/badge/socket.io-010101?style=for-the-badge&logo=socket.io&logoColor=white"> 9 +![express-4.18.1](https://img.shields.io/badge/Express-4.18.1-green)
9 - <br> 10 +![html-latest](https://img.shields.io/badge/html-5.2-green)
10 - <img src="https://img.shields.io/badge/AWS RDS-232F3E?style=for-the-badge&logo=amazon%20aws&logoColor=white"/> <img src="https://img.shields.io/badge/mysql-4479A1?style=for-the-badge&logo=mysql&logoColor=white"> 11 +![css-latest](https://img.shields.io/badge/css-3-green)
11 - <br> 12 +
12 -</div> 13 +![nginx-latest](https://img.shields.io/badge/nginx-latest-blue)
13 -<div align="center"> 14 +![socket.io-latest](https://img.shields.io/badge/socket.io-latest-blue)
14 - <img src="/uploads/f2c62af097272859d8f37acda908d6aa/그림1.png" width="200" height="200"> 15 +![AWS_RDS](https://img.shields.io/badge/AWS_RDS-blue)
15 -</div> 16 +
16 -<br> 17 +![mysql-2.18.1](https://img.shields.io/badge/Mysql-2.18.1-yellowgreen)
18 +![AWS_RDS](https://img.shields.io/badge/AWS_RDS-yellowgreen)
19 +
20 +
21 +
22 +
17 23
18 ## About the Project 24 ## About the Project
25 +- 로그인을 통해 사이트에 들어갈 수 있으며, 지역별 맛집정보를 파악할 수 있습니다.
26 +- 타 유저들과 실시간 소통을 통해 맛집에 대한 정보를 빠르게 얻을 수 있습니다.
27 +
28 +### Overview
29 +- 추가 예정(이미지)
30 +
31 +### Project Architecture
32 +- 추가 예정(이미지)
33 +
34 +### Built With
35 +- [node.js](https://nodejs.org/ko/)
36 +- [express](https://expressjs.com/ko/)
37 +- [AWS_EC2](https://aws.amazon.com/ko/)
38 +- [AWS_RDS](https://aws.amazon.com/ko/)
39 +- [socket.io](https://socket.io/)
40 +- [nginx](https://www.nginx.com/)
41 +- [mysql](https://www.mysql.com/)
42 +
19 ## Getting Started ( Installation ) 43 ## Getting Started ( Installation )
20 -## Usage 44 +### Prerequisites
45 +- 추가 예정
46 +
47 +### Installation
48 +- 추가 예정
49 +
21 ## Roadmap 50 ## Roadmap
51 +- [x] 1. 로그인/회원가입 창 구현
52 +- [x] 2. 맛집지도 UI 및 기능 구현
53 +- [x] 3. socket.io를 이용한 실시간 채팅 구현
54 +- [x] 4. AWS, Mysql을 이용한 데이터베이스 구축
55 +- [ ] 5. 서버 구축 및 배포
56 +
22 ## Contributing 57 ## Contributing
58 +프로젝트에 기여하고 싶으신 분들은 아래 절차를 따라주시기 바랍니다.
59 +1. 프로젝트 fork
60 +2. feature branch 생성 (git checkout -b feature/name)
61 +3. commit (git commit -m "Add feature")
62 +4. push (git push origin feature/name)
63 +5. pull request 생성
64 +
23 ## License 65 ## License
24 -## Contact
...\ No newline at end of file ...\ No newline at end of file
66 +MIT 라이센스 아래 사용 가능합니다. LICENSE.txt를 통해 자세한 정보를 확인하세요.
67 +
68 +## Contact
69 +- 서정민 : balljm@khu.ac.kr
70 +- 양주미 : luckyyjm@khu.ac.kr
...\ No newline at end of file ...\ No newline at end of file
......