REST API with Flask & SQLAlchemy

· 6년 전 · 957

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

|

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기
🐛 버그신고