김서연

Update README.md

Showing 1 changed file with 33 additions and 3 deletions
1 -## Topic 1 +## About the Project
2 -> 코로나 19 예방접종 의료기관 조회 웹서비스를 제공하는 프로젝트입니다. 2 +> 현재 코로나19로 인해 얼마전부터 위탁의료기관을 통한 신종 코로나바이러스 감염증(코로나19) 접종이 본격 시작되었습니다.
3 +이에 따라, 원하는 지역의 예방접종 위탁의료기관을 간편하게 조회할 수 있는 서비스를 개발하였습니다.
4 +이 프로젝트는 매 정각 1번씩 갱신되고 있는 위탁의료기관의 정보 데이터를 기반으로 제공합니다.
3 5
4 -## Member 6 +
7 +
8 +
9 +## 📋 기술 스택
10 +- Nodejs
11 +- Express
12 +- AWS EC2
13 +
14 +
15 +## ✏️ 프로젝트 사용 방법
16 +1. cloning
17 +```
18 +http://khuhub.khu.ac.kr/2018103585/Corona_Vaccination_Medical_Institution.git
19 +```
20 +
21 +2. install npm packages
22 +```
23 +npm install
24 +```
25 +3. Execute
26 +```
27 +node app.js
28 +```
29 +
30 +## 💻 Project Architecture
31 +<img src="/uploads/abc7fb1cd4ee2ab997956e529c24670e/프로젝트아키텍쳐.png" width="1000" height="600">
32 +
33 +
34 +## ✨ Contributors
5 | 김서연 | 허재경 | 35 | 김서연 | 허재경 |
6 | :----: | :----: | 36 | :----: | :----: |
7 | [@ksy991018](https://github.com/ksy991018) | [@JaeKyungHeo](https://github.com/JaeKyungHeo) | 37 | [@ksy991018](https://github.com/ksy991018) | [@JaeKyungHeo](https://github.com/JaeKyungHeo) |
......