본문 바로가기

Uber Eats

Uber Eats # 13 User CRUD

User Module 

  • Relationship + 여러 columns을 통해서 User Model을 만든다.
  • CRUD
    • Account, Log In: password Hash, password 검증, authentication, authorization
      • Middlewares, Metadata like guards
      • Custom decorator 만들기
  • Test: GraphQL resolver, Unit testing, end-to-end testing