본문 바로가기
CS/BackEnd

Python API Development With FastAPI - Comprehensive Course for Beginners P-2

by Diligejy 2022. 7. 31.

https://www.youtube.com/watch?v=78eRs6BEAKM&list=PLU7aW4OZeUzxL1wZVOS31LfbB1VNL3MeX&index=2&ab_channel=CodeWithPrince 

1. 새로 알게된 라이브러리

https://pypi.org/project/motor/

 

motor

Non-blocking MongoDB driver for Tornado or asyncio

pypi.org

 

2. BSON

https://koonsland.tistory.com/86

 

[MongoDB] MongoDB에서 사용하는 JSON vs BSON

몽고DB는 Document로 데이터를 관리하고 있습니다. 이때 우리 눈으로 데이터를 받아보면 모두 JSON형태로 데이터를 보여주고, 저장합니다. 또 검색기능을 사용할 때에도 JSON문법에 맞게 입력해줍니

koonsland.tistory.com

 

3. password fastapi

https://fastapi.tiangolo.com/ko/tutorial/security/oauth2-jwt/?h=password 

 

OAuth2 with Password (and hashing), Bearer with JWT tokens - FastAPI

OAuth2 with Password (and hashing), Bearer with JWT tokens Warning The current page still doesn't have a translation for this language. But you can help translating it: Contributing. Now that we have all the security flow, let's make the application actual

fastapi.tiangolo.com

 

댓글