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

Unit 6 - 정혜인 #52

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
20 changes: 13 additions & 7 deletions Unit6/unit6.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,44 @@
## ❗️ 강의 수강 여부
수강한 강의에 체크표시 해주세요~

- [ ] HTTP 통신
- [ ] API
- [ ] 데이터 포맷 - CSV, JSON, XML
- [X] HTTP 통신
- [X] API
- [X] 데이터 포맷 - CSV, JSON, XML

<br>

## ❗️ notion에 키워드 정리 완료 여부
내가 notion에 키워드를 정리를 완료한 경우 체크표시 해주세요~

- [ ] 키워드 정리 완료

<br>

## ❗️ 6주차 과제
1. 개발환경 구축하기 - nodejs 설치 및 사전에 올려둔 템플릿 적용하기
(완료된 내용 켬쳐본 올리기)

<img width="246" alt="스크린샷 2023-11-08 오후 6 14 52" src="https://github.com/hyeinj/2023-Server-Study/assets/118713353/1121cb55-c96c-4e72-a559-bdb44fc98b89">

<br/>

2. 자신이 설계한 DB와 연동해서 API설계 (CRUD)
(완료된 내용 켬쳐본 올리기)
- API 설계를 CRUD로 생각해본건 처음이라 가장 기본적인 구조로 CRUD를 설계했습니다.
![IMG_5518](https://github.com/hyeinj/2023-Server-Study/assets/118713353/c5281ccb-1703-4d94-bc35-a14fbbb57090)



<br/>

3. Postman으로 API 테스트
(완료된 내용 켬쳐본 올리기)
<img width="686" alt="스크린샷 2023-11-08 오후 6 29 49" src="https://github.com/hyeinj/2023-Server-Study/assets/118713353/ee6aa0d5-0c45-40ec-b03a-a41b670973c3">


<br/>

4. API Sheet 작성
(완료된 내용 켬쳐본 올리기)

<img width="1058" alt="스크린샷 2023-11-08 오후 7 02 06" src="https://github.com/hyeinj/2023-Server-Study/assets/118713353/c9d4bc45-227a-4a39-b127-e615387b7538">


<br/>

Expand Down