Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Complete FastAPI REST course + AWS + Emails + Payments, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:09
    Introduction
  2. Урок 2. 00:06:34
    Example
  3. Урок 3. 00:00:30
    Introduction
  4. Урок 4. 00:02:43
    Relational database (quick refresh)
  5. Урок 5. 00:02:16
    Non-relational (quick refresh)
  6. Урок 6. 00:03:59
    SQL, ORM, Models (quick refresh)
  7. Урок 7. 00:01:36
    What is CRUD? (quick refresh)
  8. Урок 8. 00:00:46
    The task
  9. Урок 9. 00:03:03
    Setup the IDE
  10. Урок 10. 00:06:39
    Create the first table
  11. Урок 11. 00:08:36
    Create the endpoints
  12. Урок 12. 00:01:47
    Test the application with Postman
  13. Урок 13. 00:04:22
    Test the application with Postman (common problems)
  14. Урок 14. 00:03:30
    Test the endpoints
  15. Урок 15. 00:07:31
    Alembic
  16. Урок 16. 00:04:24
    Create One-to-many
  17. Урок 17. 00:06:30
    Adjust the endpoints and queries
  18. Урок 18. 00:06:11
    Create Many-to-many
  19. Урок 19. 00:03:07
    The .env file
  20. Урок 20. 00:00:53
    Step by step guide
  21. Урок 21. 00:00:38
    Introduction
  22. Урок 22. 00:11:29
    The skeleton
  23. Урок 23. 00:09:21
    Input (request) schema for user sign in
  24. Урок 24. 00:07:32
    Validation with class method
  25. Урок 25. 00:03:52
    Validation with custom field
  26. Урок 26. 00:10:01
    Output (response) schema for user sign in
  27. Урок 27. 00:04:38
    BONUS - hashing passwords
  28. Урок 28. 00:00:41
    Introduction
  29. Урок 29. 00:02:46
    JWT (quick refresh)
  30. Урок 30. 00:03:14
    Authentication vs Authorization
  31. Урок 31. 00:01:32
    Code example
  32. Урок 32. 00:04:43
    Encode token
  33. Урок 33. 00:05:35
    Return the token + common errors
  34. Урок 34. 00:08:51
    Authentication - Custom HTTPBearer class
  35. Урок 35. 00:11:27
    Create protected endpoint for "get all clothes"
  36. Урок 36. 00:04:47
    Add role to the user model
  37. Урок 37. 00:03:09
    Adjusting the migration for the user role
  38. Урок 38. 00:10:51
    Authorization
  39. Урок 39. 00:02:49
    What and why?
  40. Урок 40. 00:17:45
    Standards
  41. Урок 41. 00:03:11
    Black
  42. Урок 42. 00:02:16
    KISS
  43. Урок 43. 00:01:10
    DRY
  44. Урок 44. 00:01:24
    SoC
  45. Урок 45. 00:06:17
    SOLID
  46. Урок 46. 00:05:30
    Project diagram
  47. Урок 47. 00:06:56
    Introduction
  48. Урок 48. 00:15:15
    Set up user model and db config
  49. Урок 49. 00:06:35
    Complaint model
  50. Урок 50. 00:09:45
    Set up alembic and secrets
  51. Урок 51. 00:01:56
    Adjust and refactor existing models
  52. Урок 52. 00:10:46
    Authentication manager
  53. Урок 53. 00:12:56
    User manager and register functionality
  54. Урок 54. 00:02:52
    Configure routes
  55. Урок 55. 00:02:24
    Configure main.py
  56. Урок 56. 00:04:16
    Login
  57. Урок 57. 00:03:26
    User schemas
  58. Урок 58. 00:08:08
    Test the app - fix common errors
  59. Урок 59. 00:08:29
    Add phone column, migrate and test
  60. Урок 60. 00:06:40
    Complaint manager
  61. Урок 61. 00:04:39
    Complaint schemas
  62. Урок 62. 00:01:57
    Authorization functions
  63. Урок 63. 00:06:35
    List/Create Complaint endpoints
  64. Урок 64. 00:03:19
    Bind routes and test
  65. Урок 65. 00:03:15
    Get the complainer from request
  66. Урок 66. 00:06:13
    Admin Part - delete complaint
  67. Урок 67. 00:06:31
    Admin Part - get/search users
  68. Урок 68. 00:03:15
    Admin Part - user schema
  69. Урок 69. 00:05:27
    Admin Part - change other users role
  70. Урок 70. 00:09:14
    Script for creating users on the server
  71. Урок 71. 00:07:23
    Approver Part - approve/reject complaints
  72. Урок 72. 00:11:33
    Working with Git + tips and tricks for more quality code
  73. Урок 73. 00:03:15
    CORS
  74. Урок 74. 00:01:24
    Next steps
  75. Урок 75. 00:01:20
    What is a third party
  76. Урок 76. 00:04:39
    Famous services
  77. Урок 77. 00:01:40
    About the payment provider
  78. Урок 78. 00:03:25
    Set up AWS account and choose free plan
  79. Урок 79. 00:04:55
    Set up your bucket and permissions
  80. Урок 80. 00:01:08
    Edit bucket policy
  81. Урок 81. 00:04:58
    Fetch credentials
  82. Урок 82. 00:11:11
    Encode the base64 encoded photo
  83. Урок 83. 00:08:52
    Set up the s3 Service
  84. Урок 84. 00:15:48
    Integrate the functionality in the code and test manually
  85. Урок 85. 00:03:23
    Set up SES and verify your identities
  86. Урок 86. 00:08:17
    Set up SES Service
  87. Урок 87. 00:04:50
    Integrate SES functionality in the existing code and test manually
  88. Урок 88. 00:03:14
    Set up Wise account
  89. Урок 89. 00:02:16
    Get the API key
  90. Урок 90. 00:08:39
    Create Wise Service and get the profile id
  91. Урок 91. 00:03:45
    The response structure
  92. Урок 92. 00:09:45
    Create a quote
  93. Урок 93. 00:07:29
    Create recipient account
  94. Урок 94. 00:05:36
    Create transfer
  95. Урок 95. 00:06:15
    Fund the transfer
  96. Урок 96. 00:06:54
    Add transaction table
  97. Урок 97. 00:07:03
    Integrate Wise for creating complaint
  98. Урок 98. 00:04:44
    Test manually
  99. Урок 99. 00:06:38
    Integrate Wise for approving complaint
  100. Урок 100. 00:07:08
    Integrate Wise for rejecting a complaint
  101. Урок 101. 00:10:14
    Database transactions
  102. Урок 102. 00:17:03
    FE integration
  103. Урок 103. 00:00:43
    Many thanks