FastAPIPost Method에서 RedirectResponse 사용하여 Get Method로 리다이렉트 할때Method Not Allowed가 발생할때 처리 방법리턴시 status_code 값을 추가한다.참고https://github.com/tiangol
FastAPI app을 도커를 사용 하여 nginx에 연결 할 때 url_for 사용시 https가 적용 되지 않을 경우nginx site.conf템플릿 선언부
with 구문 사용시 type hint 적용 방법or출처https://stackoverflow.com/questions/60169996/does-a-with-statement-support-type-hinting
모델 데이터를 작성할 때 자기 자신을 참조 할 경우 아래와 같이 작성클래스 명을 String으로 표시Pydantic 참조 링크