Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit4-이주은 #36

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 10 additions & 12 deletions Unit3/unit3.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,31 @@
## ❗️ notion에 키워드 정리 완료 여부
내가 notion에 키워드를 정리를 완료한 경우 체크표시 해주세요~

- [ ] 키워드 정리 완료
- [x] 키워드 정리 완료
이번주 담당한 키워드가 없습니다!

<br>

## ❗️ 3주차 과제
1. AWS EC2 인스턴스 생성
- 수행한 화면 혹은 내용을 작성해 주세요

<img width="351" alt="image" src="https://github.com/GDSC-Hanyang/2023-Server-Study/assets/77712822/14f6a3ce-73e8-4544-9444-f010bb66909a">
- 인스턴스 생성 및 인바운드 규칙 편집
<br/>

2. ssh 사용하여 ubuntu 인스턴스 외부 접속
- 수행한 화면 혹은 내용을 작성해 주세요

- key.pem 파일 권한 변경 후, vscode에서 ssh로 접속
<img width="279" alt="image" src="https://github.com/GDSC-Hanyang/2023-Server-Study/assets/77712822/703f78ea-ffa6-458e-9cb8-5840ddc59feb">
<br/>

3. Nginx 패키지 설치 후 http 외부 접속
- 수행한 화면 혹은 내용을 작성해 주세요

<br/>

4. 가비아 or 후이즈에서 domain 연결 (.shop 도메인)
- 수행한 화면 혹은 내용을 작성해 주세요

<br/>

5. 가비아 or 후이즈에서 domain 연결 (.shop 도메인)
- 수행한 화면 혹은 내용을 작성해 주세요
- 가비아 도메인 구입후, route 53 을 통해 ec2와 연결
<img width="302" alt="image" src="https://github.com/GDSC-Hanyang/2023-Server-Study/assets/77712822/173927ba-505d-4fe6-a4f3-502c95eff11e">
<img width="295" alt="image" src="https://github.com/GDSC-Hanyang/2023-Server-Study/assets/77712822/e3a9e1b0-8ec7-4337-a152-abe7b05cb33e">

<br/>

Expand Down
15 changes: 9 additions & 6 deletions Unit4/unit4.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
## ❗️ 강의 수강 여부
수강한 강의에 체크표시 해주세요~

- [ ] 데이터베이스
- [ ] 데이터베이스_MySQL
- [ ] 리눅스에 MySQL 설치하기
- [x] 데이터베이스
- [x] 데이터베이스_MySQL
- [x] 리눅스에 MySQL 설치하기

<br>

Expand All @@ -18,17 +18,20 @@

## ❗️ 3주차 과제
1. 관계형 데이터베이스 이론적으로 이해하기
- 간단히 여러분이 공부한 내용을 적어주세요.
- 정해진 스키마에 따라 데이터가 저장된다.
- 데이터는 관계에 따라 여러 테이블에 분산된다.
- SQL을 통해 데이터 CRUD작업을 한다

<br/>

2. 원하는 서비스(당근마켓, 인스타그램 등) 분석하기
- 원하는 서비스를 하나 타겟팅 후 페이지 4장가량을 선정하고 (캡쳐본 올리기) 데이터베이스에 들어갈 내용을 적어주세요.
<img width="300" alt="image" src="https://github.com/GDSC-Hanyang/2023-Server-Study/assets/77712822/f779ad3d-5889-43f1-8b74-4cc162325b39">


<br/>

3. ERD 설계하기
- 2번에서 진행한 내용을 바탕으로 직적 ERD 제작 툴을 사용해 작성해봅시다. (완성 후 캡쳐본 올리기)
<img width="704" alt="image" src="https://github.com/GDSC-Hanyang/2023-Server-Study/assets/77712822/e0374762-5b52-46bb-97ee-8dd1c0db4fa6">

<br/>

Expand Down