Jeongmin Seo

Update README.md and LICENSE.txt

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
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
13 ![html-latest](https://img.shields.io/badge/html-5.2-green) 13 ![html-latest](https://img.shields.io/badge/html-5.2-green)
14 ![css-latest](https://img.shields.io/badge/css-3-green) 14 ![css-latest](https://img.shields.io/badge/css-3-green)
15 15
16 -![nginx-latest](https://img.shields.io/badge/nginx-latest-blue) 16 +![nginx-1.14.0](https://img.shields.io/badge/nginx-1.14.0-blue)
17 -![socket.io-latest](https://img.shields.io/badge/socket.io-latest-blue) 17 +![socket.io-6.14.13](https://img.shields.io/badge/socket.io-6.14.13-blue)
18 ![AWS_EC2](https://img.shields.io/badge/AWS_EC2-blue) 18 ![AWS_EC2](https://img.shields.io/badge/AWS_EC2-blue)
19 19
20 ![mysql-2.18.1](https://img.shields.io/badge/Mysql-2.18.1-yellowgreen) 20 ![mysql-2.18.1](https://img.shields.io/badge/Mysql-2.18.1-yellowgreen)
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 - 메인 화면에서는 지역별 맛집정보를 파악할 수 있습니다. 26 - 메인 화면에서는 지역별 맛집정보를 파악할 수 있습니다.
27 - 실시간 채팅을 통해 타 유저들과 해당 음식점의 실시간 정보를 빠르게 공유할 수 있습니다. 27 - 실시간 채팅을 통해 타 유저들과 해당 음식점의 실시간 정보를 빠르게 공유할 수 있습니다.
28 - 다음의 주소를 통해 플랫폼 이용이 가능합니다. 28 - 다음의 주소를 통해 플랫폼 이용이 가능합니다.
29 - http://52.54.201.217:3000/login 29 +- http://52.54.201.217:3000/login
30 30
31 ### Overview 31 ### Overview
32 32
...@@ -73,7 +73,7 @@ Need to fix kakaomap API key ...@@ -73,7 +73,7 @@ Need to fix kakaomap API key
73 - favorite-restaurant/app/src/view/home/index.ejs 73 - favorite-restaurant/app/src/view/home/index.ejs
74 74
75 ``` 75 ```
76 -#Line number 50 76 +# Line number 50
77 src="//dapi.kakao.com/v2/maps/sdk.js?appkey=이곳에API키를입력해주세요&libraries=services" 77 src="//dapi.kakao.com/v2/maps/sdk.js?appkey=이곳에API키를입력해주세요&libraries=services"
78 78
79 ``` 79 ```
...@@ -83,13 +83,16 @@ src="//dapi.kakao.com/v2/maps/sdk.js?appkey=이곳에API키를입력해주세요 ...@@ -83,13 +83,16 @@ src="//dapi.kakao.com/v2/maps/sdk.js?appkey=이곳에API키를입력해주세요
83 Step1. Clone the repository 83 Step1. Clone the repository
84 84
85 ``` 85 ```
86 -git clone -b master --single-branch http://khuhub.khu.ac.kr/2018100910/favorite_restaurant.git 86 +git clone http://khuhub.khu.ac.kr/2018100910/favorite_restaurant.git
87 ``` 87 ```
88 88
89 -Step2. Make secret file (.env) and put your Kakao API key 89 +Step2. Make secret file (.env) and put your Kakao API key which mentioned above
90 90
91 ``` 91 ```
92 -favorite-restaurant/app/.env 92 +# favorite-restaurant/app/.env
93 +cd favorite_restaurant
94 +cd app
95 +vi .env
93 ``` 96 ```
94 97
95 Step3. Installation 98 Step3. Installation
...@@ -100,7 +103,6 @@ npm -g install nodemon ...@@ -100,7 +103,6 @@ npm -g install nodemon
100 npm install express 103 npm install express
101 npm install socket.io 104 npm install socket.io
102 npm install moment 105 npm install moment
103 -npm install
104 ``` 106 ```
105 107
106 Step4. Run 108 Step4. Run
...@@ -114,9 +116,15 @@ npm start ...@@ -114,9 +116,15 @@ npm start
114 - [x] 1. 로그인/회원가입 UI 및 기능 구현 116 - [x] 1. 로그인/회원가입 UI 및 기능 구현
115 - [x] 2. 맛집지도 UI 및 기능 구현 117 - [x] 2. 맛집지도 UI 및 기능 구현
116 - [x] 3. socket.io를 이용한 실시간 채팅 구현 118 - [x] 3. socket.io를 이용한 실시간 채팅 구현
117 -- [x] 4. AWS, Mysql을 이용한 데이터베이스 구축 119 +- [x] 4. AWS RDS, Mysql을 이용한 데이터베이스 구축
118 - [x] 5. 서버 구축 및 배포 120 - [x] 5. 서버 구축 및 배포
119 121
122 +## To-do
123 +
124 +- [o] 1. 채팅방 데이터베이스 구축
125 +- [o] 2. 음식점 데이터 크롤링
126 +- [o] 3. 평점 데이터 크롤링을 통한 맛집 목록 구축
127 +
120 ## Contributing 128 ## Contributing
121 129
122 프로젝트에 기여하고 싶으신 분들은 아래 절차를 따라주시기 바랍니다. 130 프로젝트에 기여하고 싶으신 분들은 아래 절차를 따라주시기 바랍니다.
......