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