REST API with Flask & SQLAlchemy > 파이썬 게시판 만들기

파이썬 게시판 만들기

그누 어디까지 써봤니? 나는 파이썬까지 써봤어!

REST API with Flask & SQLAlchemy 정보

REST API with Flask & SQLAlchemy

본문

JWT User Authentication은 없지만,

 

Flask와 Python용 ORM SQLAlchemy

그리고 marshmallow https://marshmallow.readthedocs.io/en/stable/ 를 사용한 간단한 REST API만들기 

 

Marshmallow가 하는 일

  • Validate input data.

  • Deserialize input data to app-level objects.

  • Serialize app-level objects to primitive Python types. The serialized objects can then be rendered to standard formats such as JSON for use in an HTTP API.

 

https://youtu.be/PTZiDnuC86g

추천
0
  • 복사

댓글 0개

© SIRSOFT
현재 페이지 제일 처음으로