Showing
1 changed file
with
12 additions
and
2 deletions
1 | +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | ||
2 | + | ||
1 | ## 🔍 About the Project | 3 | ## 🔍 About the Project |
2 | > 현재 코로나19로 인해 얼마전부터 위탁의료기관을 통한 신종 코로나바이러스 감염증(코로나19) 접종이 본격 시작되었습니다. | 4 | > 현재 코로나19로 인해 얼마전부터 위탁의료기관을 통한 신종 코로나바이러스 감염증(코로나19) 접종이 본격 시작되었습니다. |
3 | 이에 따라, 원하는 지역의 예방접종 위탁의료기관을 간편하게 조회할 수 있는 서비스를 개발하였습니다. | 5 | 이에 따라, 원하는 지역의 예방접종 위탁의료기관을 간편하게 조회할 수 있는 서비스를 개발하였습니다. |
... | @@ -23,13 +25,21 @@ http://khuhub.khu.ac.kr/2018103585/Corona_Vaccination_Medical_Institution.git | ... | @@ -23,13 +25,21 @@ http://khuhub.khu.ac.kr/2018103585/Corona_Vaccination_Medical_Institution.git |
23 | ``` | 25 | ``` |
24 | npm install | 26 | npm install |
25 | ``` | 27 | ``` |
26 | -3. Execute | 28 | +3. add API key |
29 | +> Fill {} with API Key | ||
30 | +``` | ||
31 | +const $key = '{Corona Vaccination Medical Institution API key}' (app.js) | ||
32 | +``` | ||
33 | +``` | ||
34 | +<script type="text/javascript" src="https://dapi.kakao.com/v2/maps/sdk.js?appkey={Kakao map API Key}&libraries=services"></script> (index.ejs) | ||
35 | +``` | ||
36 | +4. Execute | ||
27 | ``` | 37 | ``` |
28 | node app.js | 38 | node app.js |
29 | ``` | 39 | ``` |
30 | 40 | ||
31 | ## 💻 Project Architecture | 41 | ## 💻 Project Architecture |
32 | -<img src="/uploads/abc7fb1cd4ee2ab997956e529c24670e/프로젝트아키텍쳐.png" width="1000" height="600"> | 42 | +<img src="/uploads/abc7fb1cd4ee2ab997956e529c24670e/프로젝트아키텍쳐.png" width="800" height="400"> |
33 | 43 | ||
34 | 44 | ||
35 | 45 | ... | ... |
-
Please register or login to post a comment