-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
148 changed files
with
2,387 additions
and
14,646 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: front-main-deploy | ||
|
||
on: | ||
push: # μ μ©λ μ‘μ | ||
branches: main # μ μ©λ λΈλμΉ | ||
paths: | ||
- "frontend/**" # workflowμμ μ μ©λ path | ||
|
||
defaults: | ||
run: | ||
working-directory: ./frontend # workflowμμ default working directory | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest # μΈμ€ν΄μ€ OS | ||
steps: | ||
- name: Checkout source code | ||
uses: actions/checkout@v2 # μν¬νλ‘μμ μ‘μΈμ€ν μ μλλ‘ μμ μ μ₯μλ₯Ό 체ν¬μμ | ||
|
||
- name: Install Dependencies | ||
run: yarn | ||
|
||
- name: Build | ||
run: yarn build | ||
|
||
- name: S3 Deploy | ||
run: aws s3 sync ./dist s3://2021-cvi/ --acl bucket-owner-full-control # s3 μ΄λ¦ 2021-cvi | ||
env: | ||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
AWS_REGION: ${{ secrets.AWS_REGION }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,193 @@ | ||
# λ°±μ€μ(λ°±μ μ€μ μ 보μ) | ||
<img src="https://user-images.githubusercontent.com/53412998/135798025-1158fe48-0841-4545-a28f-8015468c3328.png" width="100%"/> | ||
|
||
# νλ‘μ νΈ μκ° | ||
|
||
<br/> | ||
|
||
<p align="center"> | ||
<a target="_blank" href="https://www.youtube.com/watch?v=W1LziOGs_6g"> | ||
<img src="https://user-images.githubusercontent.com/53412998/137051501-805cd497-b7d7-421e-b6ac-4f03549e0d93.png" width="50%" height="50%"> | ||
<p align="center">(ν΄λ¦νλ©΄ μμμ μ€νν μ μμ΅λλ€)</p> | ||
</a> | ||
</p> | ||
|
||
<br/> | ||
|
||
μ½λ‘λ19 λ°±μ μ μ’ νκΈ°λ₯Ό λ¨κΈ°λ€! μ°λ¦¬λ [`Team CVI`](https://vaccine-review.com) μ λλ€. | ||
|
||
- [`CVI`](https://vaccine-review.com) λ μ½λ‘λ19 λ°±μ μ 보λ₯Ό μ 곡ν΄μ€μ. | ||
- [`CVI`](https://vaccine-review.com) μμλ λ°±μ νκΈ°λ₯Ό λ¨κΈΈ μ μμ΄μ. | ||
- λΆμμ©μ΄ κ±±μ λμ λ€κ΅¬μ? [`λ€λ₯Έ μ¬λλ€μ νκΈ°λ₯Ό λ³΄λ¬ κ°λ³ΌκΉμ? :)`](https://vaccine-review.com) | ||
|
||
μλΉμ€ URL: https://vaccine-review.com | ||
|
||
<br/> | ||
|
||
# μλΉμ€ κΈ°λ₯ | ||
## κ°λ¨ μμ½ | ||
![αα ‘α«αα ‘α« αα αα £α¨](https://user-images.githubusercontent.com/53412998/135582980-53157888-c54d-4313-bff5-e06ccd01274f.gif) | ||
|
||
<details> | ||
<summary>μμ λ‘κ·ΈμΈ</summary> | ||
<img src="https://user-images.githubusercontent.com/53412998/135583011-4fd322c9-623a-4329-ae95-7ec4fa23fe37.gif"/> | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>κΈ μμ±</summary> | ||
<img src="https://user-images.githubusercontent.com/53412998/135581550-d38306bc-7ff3-4771-85e1-23cb20c79550.gif"/> | ||
</details> | ||
|
||
<details> | ||
<summary>μ’μμ λλ₯΄κΈ°, λκΈ μμ±</summary> | ||
<img src="https://user-images.githubusercontent.com/53412998/135583033-adf9ee08-0846-4b0e-bf21-c3d22b0615b7.gif"/> | ||
</details> | ||
|
||
<details> | ||
<summary>κ²μκΈ νν°λ§, μ λ ¬</summary> | ||
<img src="https://user-images.githubusercontent.com/53412998/135583001-e819f4d0-9c35-4f37-a53e-1996522450d4.gif"/> | ||
</details> | ||
|
||
<details> | ||
<summary>λ§μ΄νμ΄μ§</summary> | ||
<img src="https://user-images.githubusercontent.com/53412998/135583010-b5a8757d-2eb5-4a19-b6e2-c0b507a69e13.gif"/> | ||
</details> | ||
|
||
<details> | ||
<summary>μ μ’ νν© ν΅κ³</summary> | ||
<img src="https://user-images.githubusercontent.com/53412998/135583019-990a80aa-e9e3-4046-85e4-ea930fc1febb.gif"/> | ||
</details> | ||
|
||
<br/> | ||
|
||
# μ°λ¦¬νμ κ°μ | ||
|
||
<!-- [μμΈν λ¬Έμνλ₯Ό νμ΄μ.](https://www.notion.so/4b6587fb182447eb93183d6160b5ef0a) --> | ||
|
||
[μ μμΌνκ² μλΉμ€λ₯Ό κ°λ°νμ΄μ.](https://www.notion.so/da2fc7e8d99f4f4484bad58ed2e1b233) | ||
|
||
[μ°λ¦¬λ§μ ν λ¬Ένλ₯Ό λ§λ€μμ΄μ.](https://www.notion.so/ccf25ce39e2d42389c43ccf9b768b53b) | ||
|
||
<br/> | ||
|
||
# κΈ°μ μ€ν | ||
<img width="100%" src="https://user-images.githubusercontent.com/40762111/135794163-9c4978df-7ac3-4a17-a97e-8dd3afe64533.png" /> | ||
|
||
<br/> | ||
|
||
# μλΉμ€μν€ν μ² | ||
|
||
## μ¬μ©μ μμ² μλλ¦¬μ€ (μμ²λΆν° μλ΅κΉμ§) | ||
![FE+BE](https://user-images.githubusercontent.com/43339385/135794655-511b9a4b-ce99-41ca-a003-d549b1e3f20a.png) | ||
|
||
## νλ‘νΈμλ μν€ν μ³ | ||
![FE_CI:CD](https://user-images.githubusercontent.com/43339385/135794087-571dea0c-c90f-42c3-b8cf-b08130ea0d39.png) | ||
|
||
|
||
## λ°±μλ μΈνλΌ μν€ν μ² | ||
![image](https://user-images.githubusercontent.com/48986787/135793839-08fc58d6-c381-4af3-be58-16342d8ff5bb.png) | ||
|
||
|
||
## λ°±μλ CI / CD | ||
![image](https://user-images.githubusercontent.com/48986787/135793875-193bc33a-31fd-414a-ac1c-4591e44086cf.png) | ||
|
||
<br/> | ||
|
||
# νμ μκ° | ||
<table> | ||
<tr> | ||
<td colspan="2" align="center"><strong>Front-end</strong></td> | ||
<td colspan="4" align="center"><strong>Back-end</strong></td> | ||
</tr> | ||
<tr> | ||
<td align="center"> | ||
<a href="https://github.com/HyuuunjuKim"> | ||
<img src="https://user-images.githubusercontent.com/67272922/135793917-03a2d388-eab0-4b5d-87cf-c4066a441c1d.png" width="100px;" alt=""/><br /> | ||
<sub> | ||
<b>μλΌ(κΉνμ£Ό)</b> | ||
</sub> | ||
</a><br /> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/jum0"> | ||
<img src="https://user-images.githubusercontent.com/67272922/135793929-2f635802-8cc6-4645-937f-d59c8dc85356.png" width="100px;" alt=""/><br /> | ||
<sub> | ||
<b>μ£Όλͺ¨(νμ€λͺ¨)</b> | ||
</sub> | ||
</a><br /> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/livenow14"> | ||
<img src="https://user-images.githubusercontent.com/67272922/135793762-8104fdda-d777-4f3a-b514-14b60d5dd6be.png" width="100px;" alt=""/> | ||
<br /> | ||
<sub> | ||
<b>κ²ν(κΉνμ )</b> | ||
</sub> | ||
</a><br /> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/younghoonkwon"> | ||
<img src="https://user-images.githubusercontent.com/67272922/135793840-d9e4f3d7-d68e-46ef-b54c-374fe46fb85d.png" width="100px;" alt=""/><br /> | ||
<sub> | ||
<b>λΌμ΄μΈ(κΆμν)</b> | ||
</sub> | ||
</a><br /> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/thisisyoungbin"> | ||
<img src="https://user-images.githubusercontent.com/67272922/135793855-a428ba5f-83e4-459b-9ebf-e20da7f8b98b.png" width="100px;" alt=""/><br /> | ||
<sub> | ||
<b>μ(κΉμλΉ)</b> | ||
</sub> | ||
</a><br /> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/taehee-kim-dev"> | ||
<img src="https://user-images.githubusercontent.com/67272922/135793886-e137d43e-00ad-4d4d-af28-a45abe99f4ee.png" width="100px;" alt=""/><br /> | ||
<sub> | ||
<b>μΈλΉ(κΉνν¬)</b> | ||
</sub> | ||
</a><br /> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td rowspan="1" align="center"> | ||
<a href="https://github.com/woowacourse-teams/2021-cvi/issues?q=assignee%3AHyuuunjuKim" title="Code">issues</a> | ||
</td> | ||
<td rowspan="1" align="center"> | ||
<a href="https://github.com/woowacourse-teams/2021-cvi/issues?q=assignee%3Ajum0" title="Code">issues</a> | ||
</td> | ||
<td rowspan="1" align="center"> | ||
<a href="https://github.com/woowacourse-teams/2021-cvi/issues?q=assignee%3Alivenow14" title="Code">issues</a> | ||
</td> | ||
<td rowspan="1" align="center"> | ||
<a href="https://github.com/woowacourse-teams/2021-cvi/issues?q=assignee%3Ayounghoonkwon" title="Code">issues</a> | ||
</td> | ||
<td rowspan="1" align="center"> | ||
<a href="https://github.com/woowacourse-teams/2021-cvi/issues?q=assignee%3Athisisyoungbin" title="Code">issues</a> | ||
</td> | ||
<td rowspan="1" align="center"> | ||
<a href="https://github.com/woowacourse-teams/2021-cvi/issues?q=assignee%3Ataehee-kim-dev" title="Code">issues</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td rowspan="1" align="center"> | ||
<a href="https://github.com/woowacourse-teams/2021-cvi/commits?author=HyuuunjuKim" title="Code">commits</a> | ||
</td> | ||
<td rowspan="1" align="center"> | ||
<a href="https://github.com/woowacourse-teams/2021-cvi/commits?author=jum0" title="Code">commits</a> | ||
</td> | ||
<td rowspan="1" align="center"> | ||
<a href="https://github.com/woowacourse-teams/2021-cvi/commits?author=livenow14" title="Code">commits</a> | ||
</td> | ||
<td rowspan="1" align="center"> | ||
<a href="https://github.com/woowacourse-teams/2021-cvi/commits?author=younghoonkwon" title="Code">commits</a> | ||
</td> | ||
<td rowspan="1" align="center"> | ||
<a href="https://github.com/woowacourse-teams/2021-cvi/commits?author=thisisyoungbin" title="Code">commits</a> | ||
</td> | ||
<td rowspan="1" align="center"> | ||
<a href="https://github.com/woowacourse-teams/2021-cvi/commits?author=taehee-kim-dev" title="Code">commits</a> | ||
</td> | ||
</tr> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.