-
Notifications
You must be signed in to change notification settings - Fork 6
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
Ep07 : Flask로 첫 번째 HTTP API 구축하기 #7
Comments
TGoddessana
changed the title
EEp07 : 블로그 웹 애플리케이션 개발(4) - 댓글 다루기
Ep07 : 블로그 웹 애플리케이션 개발(4) - 댓글 다루기
Jul 10, 2022
TGoddessana
changed the title
Ep07 : 블로그 웹 애플리케이션 개발(4) - 댓글 다루기
Ep07 : 블로그 웹 애플리케이션 개발(4) - 블로그 애플리케이션을 HTTP API 형식으로 리팩토링하기"
Jul 13, 2022
TGoddessana
changed the title
Ep07 : 블로그 웹 애플리케이션 개발(4) - 블로그 애플리케이션을 HTTP API 형식으로 리팩토링하기"
Ep07 : 블로그 웹 애플리케이션 개발(4) - 블로그 애플리케이션을 HTTP API 형식으로 리팩토링하기(회원가입, 로그인, 로그아웃)"
Jul 13, 2022
TGoddessana
changed the title
Ep07 : 블로그 웹 애플리케이션 개발(4) - 블로그 애플리케이션을 HTTP API 형식으로 리팩토링하기(회원가입, 로그인, 로그아웃)"
Ep07 : 블로그 웹 애플리케이션 개발(4) -
Jul 15, 2022
TGoddessana
changed the title
Ep07 : 블로그 웹 애플리케이션 개발(4) -
Ep07 : Flask로 첫 번째 REST API 구축하기
Jul 15, 2022
TGoddessana
changed the title
Ep07 : Flask로 첫 번째 REST API 구축하기
Ep07 : Flask로 첫 번째 HTTP API 구축하기
Jul 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ep07부터는 HTTP API 서버를 구축하는 방법에 대해서 다룹니다.
우리의 플라스크가 지금까지 HTML을 응답했던 것과는 달리, 이제는 "개발자를 위한 서버" 를 만들기 위해서 우리의 서버가 JSON 을 응답하게끔 만들어 볼 것입니다.
우리가 만든 API를 테스트하기 위해서 Postman과 같은 도구를 사용할 것입니다.
https://binit.tistory.com/17 에 정리가 잘 되어 있어, 링크를 첨부합니다!
(과제) 아래의 목록에 대해서 알게 된 내용을 정리한 후, 블로그에 업로드해 주세요.
참고 자료로, 아래의 링크를 첨부합니다.
https://gdsanadev.com/14754 에서 사용된 전체 app.py의 코드는 아래의 링크에서 다운로드 받을 수 있습니다.
The text was updated successfully, but these errors were encountered: