5.51 GB | 00:16:17 | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English
Files Included :
001 Introduction (59.33 MB)
002 Course Content (44.23 MB)
003 How To Get The Most Out Of This Course (42.72 MB)
006 FastAPI-The-Complete-Course (759.62 KB)
001 Introduction to section (9.6 MB)
002 Python Installation Overview (8.01 MB)
003 Python Setup (Windows) (8.61 MB)
004 Python Setup (Mac) (23.59 MB)
005 Python Integrated Development Environment Overview (8 MB)
006 Setup Integrated Development Environment (9.55 MB)
008 Variables in Python (16.29 MB)
010 Comments (8 MB)
012 Assignment Solution (6.98 MB)
013 String formatting in Python (11.07 MB)
014 Getting User Input (9.44 MB)
016 String Assignment Solution (Together) (13.51 MB)
017 Lists in Python (21.09 MB)
018 Sets and Tuples (16.38 MB)
020 Lists Assignment Solution (6.69 MB)
021 Booleans and Operators (14.97 MB)
022 If Else Statements (12.29 MB)
024 If Else Assignment Solution (7.07 MB)
025 Loops in Python (22.27 MB)
027 Loops Assignment Solution (6.51 MB)
028 Dictionaries in Python (14.87 MB)
030 Dictionaries Assignment Solution (7.43 MB)
031 Functions in Python (35.44 MB)
033 Functions Assignment Solution (6.47 MB)
034 Imports in Python (34.92 MB)
035 Object Oriented Programming Overview (52.36 MB)
036 What will we be Creating (22.64 MB)
037 Object Oriented Programming in Python (11.06 MB)
038 Abstraction in Python Overview (22.69 MB)
039 Abstraction in Python (26.03 MB)
040 Constructors in Python Overview (37.86 MB)
041 Constructors in Python (21.07 MB)
042 Encapsulation in Python Overview (26.35 MB)
043 Encapsulation in Python (13.91 MB)
044 Inheritance in Python Overview (63.95 MB)
045 Self vs Super (8.89 MB)
046 How we will Implement Inheritance (25.67 MB)
047 Inheritance in Python (59.79 MB)
048 Polymorphism in Python Overview (15.84 MB)
049 How we will Implement Polymorphism (5.69 MB)
050 Polymorphism in Python (6.89 MB)
051 Time to Battle Overview (32.33 MB)
052 Time to battle (21.1 MB)
053 Composition Overview (13.25 MB)
054 Hero Battle Overview (14.47 MB)
055 Composition and Hero Battle (33.82 MB)
001 FastAPI Overview (20.16 MB)
001 Virtual Environments Overview (54.25 MB)
002 FastAPI and Virtual Environment Installation (Windows) (9.31 MB)
003 FastAPI and Virtual Environment Installation (Mac) (10.04 MB)
001 Books Project Introduction (63.19 MB)
003 GET Request Method Overview (33.59 MB)
004 Create FastAPI Endpoint (17.81 MB)
005 FastAPI Project Enhance Get Request (36.24 MB)
006 FastAPI Project Path Parameters Overview (71.57 MB)
007 FastAPI Project Path Parameters (35.76 MB)
008 FastAPI Project Query Parameters Overview (34.98 MB)
009 FastAPI Project Query Parameters (34.58 MB)
010 FastAPI Project Post Request Overview (12.63 MB)
011 FastAPI Project Post Request (25.43 MB)
012 FastAPI Project Put Request Overview (9.24 MB)
013 FastAPI Project Put Request (14.04 MB)
014 FastAPI Project Delete Request Overview (5.52 MB)
015 FastAPI Project Delete Request (7.22 MB)
017 FastAPI Assignment Solution (15.18 MB)
001 Books 2 Project Overview (15.57 MB)
003 FastAPI Project Setup Books 2 Project (51.49 MB)
004 FastAPI Project Post Request before Validation (10.26 MB)
005 FastAPI Project Pydantics and Data Validation Overview (37.25 MB)
006 FastAPI Project Pydantic Book Request Validation (56.9 MB)
007 FastAPI Project Fields - Data Validation (46.9 MB)
008 FastAPI Project Pydantic Configurations (17.34 MB)
010 FastAPI Project Fetch Book (8.54 MB)
011 FastAPI Project Fetch Books by Rating (8.37 MB)
012 FastAPI Project Update Book with Put Request (13.99 MB)
013 FastAPI Project Delete Book with Delete Request (8.78 MB)
015 FastAPI Project Assignment Solution (48.91 MB)
016 FastAPI Project Data Validation Path Parameters (16.76 MB)
017 FastAPI Project Data Validation Query Parameters (28.97 MB)
018 FastAPI Project Status Codes Overview (50.61 MB)
019 FastAPI Project HTTP Exceptions (28.58 MB)
020 FastAPI Project Explicit Status Code Responses (42.13 MB)
001 Project 3 Overview (17.41 MB)
001 FastAPI Project SQL Database Introduction (44.85 MB)
002 FastAPI Project Database Connection with ORM SQLAlchemy (19.92 MB)
003 FastAPI Project Database Tables (Models) (16.37 MB)
004 FastAPI Project Main (Create Database Connection for API) (9.36 MB)
005 FastAPI Project Installation of SQLite3 Terminal (Windows) (33.16 MB)
006 FastAPI Project Installation of SQLite3 Terminal (Mac) (5.12 MB)
007 FastAPI Project SQL Queries Introduction (22.15 MB)
008 FastAPI Project SQLite3 Setting Up Todos (23.39 MB)
001 FastAPI Project Get All Todos from Database (24.18 MB)
002 FastAPI Project Get Todo by ID (21.18 MB)
003 FastAPI Project Post Request (Todo Project) (27.46 MB)
004 FastAPI Project Put Request (Todo Project) (29.72 MB)
005 FastAPI Project Delete Request (Todo Project) (20.71 MB)
001 FastAPI Project Starting Authentication & Authorization (11.66 MB)
002 FastAPI Project Routers Scale Authentication File (13.75 MB)
003 FastAPI Project Router Scale Todos File (35.62 MB)
004 FastAPI Project One to Many Relationship (7.75 MB)
005 FastAPI Project Foreign Keys (6.58 MB)
006 FastAPI Project Users Table Creation (29.83 MB)
007 FastAPI Project Create First User (23.54 MB)
008 FastAPI Project Hash User's Password (45.09 MB)
009 FastAPI Project Save User to Database (17.93 MB)
010 FastAPI Project Authenticate a User (43.77 MB)
011 JSON Web Token (JWT) Overview (25.53 MB)
012 FastAPI Project Encode a JSON Web Token (JWT) (60.45 MB)
013 FastAPI Project Decode a JSON Web Token (JWT) (29.05 MB)
014 FastAPI Project Authentication Enhancements (25.2 MB)
001 FastAPI Project Post Todo (User ID) (33.94 MB)
002 FastAPI Project Get All Todos (User ID) (10.42 MB)
003 FastAPI Project Get Todo (ID + User ID) (33.61 MB)
004 FastAPI Project Put Todo (User ID) (18.34 MB)
005 FastAPI Project Delete Todo (User ID) (21.48 MB)
006 FastAPI Project Admin Router (82.14 MB)
008 FastAPI Project Assignment Solution (Users Route) (58.75 MB)
001 FastAPI Project Production DBMS (25.09 MB)
002 PostgreSQL Introduction (3.49 MB)
003 FastAPI Project PostgreSQL Windows Installation (31.45 MB)
004 FastAPI Project PostgreSQL Mac Installation (40.04 MB)
005 FastAPI Project PostgreSQL Create Database Table (20.15 MB)
006 FastAPI Project PostgreSQL Connect to FastAPI (18.77 MB)
007 MySQL Introduction (2.56 MB)
008 FastAPI Project MySQL Installation (Windows) (38.51 MB)
009 FastAPI Project MySQL Installation (Mac) (29.62 MB)
010 FastAPI Project Create Database Tables (11.97 MB)
011 FastAPI Project Connect FastAPI to MySQL (27.76 MB)
001 Alembic Data Migration Overview (18.01 MB)
002 Alembic Introduction (20.56 MB)
003 Alembic Installation and Setup (22.58 MB)
004 Alembic Revisions Overview (47.87 MB)
005 Alembic Revision Upgrade (49.57 MB)
006 Alembic Revision Downgrade (18.06 MB)
008 Alembic Solution (42.93 MB)
001 Testing Overview (47.69 MB)
002 Getting Started with Testing Overview (41.44 MB)
003 Pytest Introduction (11.56 MB)
004 Pytest Basics Overview (11.34 MB)
005 Pytest Basics (12.59 MB)
006 Pytest Objects Overview (17.69 MB)
007 Pytest Objects (17.86 MB)
008 Create FastAPI Test (20.71 MB)
009 Root Package (35.62 MB)
010 Pytest - Setup Dependencies Overview (50.28 MB)
011 Pytest - Setup Dependencies (20.52 MB)
012 Pytest - Setup Dependencies Part 2 (26.81 MB)
013 Pytest - FastAPI Test Complete (28.8 MB)
014 Pytest - FastAPI Project Test (11.06 MB)
015 Pytest - FastAPI Project Test Part 2 (14.7 MB)
016 Pytest - FastAPI Project Test Part 3 (18.35 MB)
017 Pytest - FastAPI Project Test Part 4 (19.37 MB)
018 Pytest - FastAPI Project Test Part 5 (17.09 MB)
019 Pytest - FastAPI Project Test Part 6 (21.99 MB)
020 Pytest - FastAPI Project Test Part 7 (40.19 MB)
021 Pytest - FastAPI Project Test Part 8 (20.39 MB)
022 Pytest - FastAPI Project Test Part 9 (25.63 MB)
023 Pytest - FastAPI Project Test Part 10 (14.33 MB)
024 Pytest - FastAPI Project Test Part 11 (18.24 MB)
025 Pytest - FastAPI Project Test Part 12 (11.03 MB)
001 Full Stack Introduction (5.8 MB)
002 Setup our FastAPI Application (7.27 MB)
003 FastAPI Full Stack - Jinja Overview (33.99 MB)
004 FastAPI Full Stack - Installation of Requirements (30.44 MB)
005 FastAPI Full Stack - Setup CSS (11.36 MB)
006 FastAPI Full Stack - CSS & JS (12.44 MB)
006 static (235.97 KB)
007 FastAPI Full Stack - Login Page (27.58 MB)
008 FastAPI Full Stack - Register Page (33.85 MB)
009 FastAPI Full Stack - Layout Page (Inheritance) (25.72 MB)
010 FastAPI Full Stack - JS Implementation (24.15 MB)
011 FastAPI Full Stack - Add Todo Page (72.84 MB)
012 FastAPI Full Stack - Navigation Bar (27.25 MB)
013 FastAPI Full Stack - Add New Todo (24.01 MB)
014 FastAPI Full Stack - Edit Todo (39.97 MB)
015 FastAPI Full Stack - Delete Todo (8.18 MB)
016 FastAPI Full Stack - Home Page Redirection (6.78 MB)
001 Git Introduction (17.63 MB)
002 Git Windows Installation (27.64 MB)
003 Git Mac Installation (10.72 MB)
004 Git Basics Overview (14.13 MB)
005 Git Basics Practice (32.3 MB)
006 Git Branches Overview (7.8 MB)
007 Git Branches Practice (26.92 MB)
008 GitHub Intro (6.09 MB)
009 Git Remote Commands Slides (2.65 MB)
010 GitHub Create Account & Remote Repository (54.13 MB)
001 Deployment Render Introduction (8.17 MB)
002 Deployment Add Requirements File (5.15 MB)
003 Deployment Render Setup (25.99 MB)
004 Deployment PostgreSQL Production Database (26.55 MB)
002 FastAPI Full Stack - Pip Requirements and Templates (19.1 MB)
002 FastAPI-The-Complete-Course (735.21 KB)
003 FastAPI Full Stack - Static and CSS (25.12 MB)
005 FastAPI Full Stack - Adding CSS & JS to Static Files (20.9 MB)
006 Full Stack Full Stack - Jinja Templating Overview (6.72 MB)
007 FastAPI Full Stack - Full Guide HTML Part 1 (93.96 MB)
008 FastAPI Full Stack - Full Guide HTML Part 2 (19.41 MB)
009 FastAPI Full Stack - Full Guide HTML Part 3 (17.95 MB)
010 FastAPI Full Stack - Full Guide HTML Part 4 (28.69 MB)
011 FastAPI Full Stack - Full Guide HTML Part 5 (53.56 MB)
012 FastAPI Full Stack - Quick Guide COPY HTML (7.57 MB)
013 FastAPI Full Stack - APIs for HTML (49.61 MB)
014 FastAPI Full Stack - Layout (47.54 MB)
015 FastAPI Full Stack - Navbar (23.92 MB)
016 FastAPI Full Stack - Update Todos using a User (23.1 MB)
017 FastAPI Full Stack - Add Todo (43.65 MB)
018 FastAPI Full Stack - Edit Todo (17.98 MB)
019 FastAPI Full Stack - Edit Todo POST (15.56 MB)
020 FastAPI Full Stack - Delete Todo (31.59 MB)
021 FastAPI Full Stack - Complete Functionality (34.62 MB)
022 FastAPI Full Stack - Login Functionality (88.23 MB)
023 FastAPI Full Stack - Login Updates (40.63 MB)
024 FastAPI Full Stack - Logout (39.72 MB)
025 FastAPI Full Stack - Register (57.14 MB)
026 FastAPI Full Stack - Code Clean Up (14.67 MB)
027 FastAPI Full Stack - Code Clean Up Part 2 (33.34 MB)
029 FastAPI Solution (75.33 MB)
001 Bonus Lecture (14.37 MB)
002 Course Content (44.23 MB)
003 How To Get The Most Out Of This Course (42.72 MB)
006 FastAPI-The-Complete-Course (759.62 KB)
001 Introduction to section (9.6 MB)
002 Python Installation Overview (8.01 MB)
003 Python Setup (Windows) (8.61 MB)
004 Python Setup (Mac) (23.59 MB)
005 Python Integrated Development Environment Overview (8 MB)
006 Setup Integrated Development Environment (9.55 MB)
008 Variables in Python (16.29 MB)
010 Comments (8 MB)
012 Assignment Solution (6.98 MB)
013 String formatting in Python (11.07 MB)
014 Getting User Input (9.44 MB)
016 String Assignment Solution (Together) (13.51 MB)
017 Lists in Python (21.09 MB)
018 Sets and Tuples (16.38 MB)
020 Lists Assignment Solution (6.69 MB)
021 Booleans and Operators (14.97 MB)
022 If Else Statements (12.29 MB)
024 If Else Assignment Solution (7.07 MB)
025 Loops in Python (22.27 MB)
027 Loops Assignment Solution (6.51 MB)
028 Dictionaries in Python (14.87 MB)
030 Dictionaries Assignment Solution (7.43 MB)
031 Functions in Python (35.44 MB)
033 Functions Assignment Solution (6.47 MB)
034 Imports in Python (34.92 MB)
035 Object Oriented Programming Overview (52.36 MB)
036 What will we be Creating (22.64 MB)
037 Object Oriented Programming in Python (11.06 MB)
038 Abstraction in Python Overview (22.69 MB)
039 Abstraction in Python (26.03 MB)
040 Constructors in Python Overview (37.86 MB)
041 Constructors in Python (21.07 MB)
042 Encapsulation in Python Overview (26.35 MB)
043 Encapsulation in Python (13.91 MB)
044 Inheritance in Python Overview (63.95 MB)
045 Self vs Super (8.89 MB)
046 How we will Implement Inheritance (25.67 MB)
047 Inheritance in Python (59.79 MB)
048 Polymorphism in Python Overview (15.84 MB)
049 How we will Implement Polymorphism (5.69 MB)
050 Polymorphism in Python (6.89 MB)
051 Time to Battle Overview (32.33 MB)
052 Time to battle (21.1 MB)
053 Composition Overview (13.25 MB)
054 Hero Battle Overview (14.47 MB)
055 Composition and Hero Battle (33.82 MB)
001 FastAPI Overview (20.16 MB)
001 Virtual Environments Overview (54.25 MB)
002 FastAPI and Virtual Environment Installation (Windows) (9.31 MB)
003 FastAPI and Virtual Environment Installation (Mac) (10.04 MB)
001 Books Project Introduction (63.19 MB)
003 GET Request Method Overview (33.59 MB)
004 Create FastAPI Endpoint (17.81 MB)
005 FastAPI Project Enhance Get Request (36.24 MB)
006 FastAPI Project Path Parameters Overview (71.57 MB)
007 FastAPI Project Path Parameters (35.76 MB)
008 FastAPI Project Query Parameters Overview (34.98 MB)
009 FastAPI Project Query Parameters (34.58 MB)
010 FastAPI Project Post Request Overview (12.63 MB)
011 FastAPI Project Post Request (25.43 MB)
012 FastAPI Project Put Request Overview (9.24 MB)
013 FastAPI Project Put Request (14.04 MB)
014 FastAPI Project Delete Request Overview (5.52 MB)
015 FastAPI Project Delete Request (7.22 MB)
017 FastAPI Assignment Solution (15.18 MB)
001 Books 2 Project Overview (15.57 MB)
003 FastAPI Project Setup Books 2 Project (51.49 MB)
004 FastAPI Project Post Request before Validation (10.26 MB)
005 FastAPI Project Pydantics and Data Validation Overview (37.25 MB)
006 FastAPI Project Pydantic Book Request Validation (56.9 MB)
007 FastAPI Project Fields - Data Validation (46.9 MB)
008 FastAPI Project Pydantic Configurations (17.34 MB)
010 FastAPI Project Fetch Book (8.54 MB)
011 FastAPI Project Fetch Books by Rating (8.37 MB)
012 FastAPI Project Update Book with Put Request (13.99 MB)
013 FastAPI Project Delete Book with Delete Request (8.78 MB)
015 FastAPI Project Assignment Solution (48.91 MB)
016 FastAPI Project Data Validation Path Parameters (16.76 MB)
017 FastAPI Project Data Validation Query Parameters (28.97 MB)
018 FastAPI Project Status Codes Overview (50.61 MB)
019 FastAPI Project HTTP Exceptions (28.58 MB)
020 FastAPI Project Explicit Status Code Responses (42.13 MB)
001 Project 3 Overview (17.41 MB)
001 FastAPI Project SQL Database Introduction (44.85 MB)
002 FastAPI Project Database Connection with ORM SQLAlchemy (19.92 MB)
003 FastAPI Project Database Tables (Models) (16.37 MB)
004 FastAPI Project Main (Create Database Connection for API) (9.36 MB)
005 FastAPI Project Installation of SQLite3 Terminal (Windows) (33.16 MB)
006 FastAPI Project Installation of SQLite3 Terminal (Mac) (5.12 MB)
007 FastAPI Project SQL Queries Introduction (22.15 MB)
008 FastAPI Project SQLite3 Setting Up Todos (23.39 MB)
001 FastAPI Project Get All Todos from Database (24.18 MB)
002 FastAPI Project Get Todo by ID (21.18 MB)
003 FastAPI Project Post Request (Todo Project) (27.46 MB)
004 FastAPI Project Put Request (Todo Project) (29.72 MB)
005 FastAPI Project Delete Request (Todo Project) (20.71 MB)
001 FastAPI Project Starting Authentication & Authorization (11.66 MB)
002 FastAPI Project Routers Scale Authentication File (13.75 MB)
003 FastAPI Project Router Scale Todos File (35.62 MB)
004 FastAPI Project One to Many Relationship (7.75 MB)
005 FastAPI Project Foreign Keys (6.58 MB)
006 FastAPI Project Users Table Creation (29.83 MB)
007 FastAPI Project Create First User (23.54 MB)
008 FastAPI Project Hash User's Password (45.09 MB)
009 FastAPI Project Save User to Database (17.93 MB)
010 FastAPI Project Authenticate a User (43.77 MB)
011 JSON Web Token (JWT) Overview (25.53 MB)
012 FastAPI Project Encode a JSON Web Token (JWT) (60.45 MB)
013 FastAPI Project Decode a JSON Web Token (JWT) (29.05 MB)
014 FastAPI Project Authentication Enhancements (25.2 MB)
001 FastAPI Project Post Todo (User ID) (33.94 MB)
002 FastAPI Project Get All Todos (User ID) (10.42 MB)
003 FastAPI Project Get Todo (ID + User ID) (33.61 MB)
004 FastAPI Project Put Todo (User ID) (18.34 MB)
005 FastAPI Project Delete Todo (User ID) (21.48 MB)
006 FastAPI Project Admin Router (82.14 MB)
008 FastAPI Project Assignment Solution (Users Route) (58.75 MB)
001 FastAPI Project Production DBMS (25.09 MB)
002 PostgreSQL Introduction (3.49 MB)
003 FastAPI Project PostgreSQL Windows Installation (31.45 MB)
004 FastAPI Project PostgreSQL Mac Installation (40.04 MB)
005 FastAPI Project PostgreSQL Create Database Table (20.15 MB)
006 FastAPI Project PostgreSQL Connect to FastAPI (18.77 MB)
007 MySQL Introduction (2.56 MB)
008 FastAPI Project MySQL Installation (Windows) (38.51 MB)
009 FastAPI Project MySQL Installation (Mac) (29.62 MB)
010 FastAPI Project Create Database Tables (11.97 MB)
011 FastAPI Project Connect FastAPI to MySQL (27.76 MB)
001 Alembic Data Migration Overview (18.01 MB)
002 Alembic Introduction (20.56 MB)
003 Alembic Installation and Setup (22.58 MB)
004 Alembic Revisions Overview (47.87 MB)
005 Alembic Revision Upgrade (49.57 MB)
006 Alembic Revision Downgrade (18.06 MB)
008 Alembic Solution (42.93 MB)
001 Testing Overview (47.69 MB)
002 Getting Started with Testing Overview (41.44 MB)
003 Pytest Introduction (11.56 MB)
004 Pytest Basics Overview (11.34 MB)
005 Pytest Basics (12.59 MB)
006 Pytest Objects Overview (17.69 MB)
007 Pytest Objects (17.86 MB)
008 Create FastAPI Test (20.71 MB)
009 Root Package (35.62 MB)
010 Pytest - Setup Dependencies Overview (50.28 MB)
011 Pytest - Setup Dependencies (20.52 MB)
012 Pytest - Setup Dependencies Part 2 (26.81 MB)
013 Pytest - FastAPI Test Complete (28.8 MB)
014 Pytest - FastAPI Project Test (11.06 MB)
015 Pytest - FastAPI Project Test Part 2 (14.7 MB)
016 Pytest - FastAPI Project Test Part 3 (18.35 MB)
017 Pytest - FastAPI Project Test Part 4 (19.37 MB)
018 Pytest - FastAPI Project Test Part 5 (17.09 MB)
019 Pytest - FastAPI Project Test Part 6 (21.99 MB)
020 Pytest - FastAPI Project Test Part 7 (40.19 MB)
021 Pytest - FastAPI Project Test Part 8 (20.39 MB)
022 Pytest - FastAPI Project Test Part 9 (25.63 MB)
023 Pytest - FastAPI Project Test Part 10 (14.33 MB)
024 Pytest - FastAPI Project Test Part 11 (18.24 MB)
025 Pytest - FastAPI Project Test Part 12 (11.03 MB)
001 Full Stack Introduction (5.8 MB)
002 Setup our FastAPI Application (7.27 MB)
003 FastAPI Full Stack - Jinja Overview (33.99 MB)
004 FastAPI Full Stack - Installation of Requirements (30.44 MB)
005 FastAPI Full Stack - Setup CSS (11.36 MB)
006 FastAPI Full Stack - CSS & JS (12.44 MB)
006 static (235.97 KB)
007 FastAPI Full Stack - Login Page (27.58 MB)
008 FastAPI Full Stack - Register Page (33.85 MB)
009 FastAPI Full Stack - Layout Page (Inheritance) (25.72 MB)
010 FastAPI Full Stack - JS Implementation (24.15 MB)
011 FastAPI Full Stack - Add Todo Page (72.84 MB)
012 FastAPI Full Stack - Navigation Bar (27.25 MB)
013 FastAPI Full Stack - Add New Todo (24.01 MB)
014 FastAPI Full Stack - Edit Todo (39.97 MB)
015 FastAPI Full Stack - Delete Todo (8.18 MB)
016 FastAPI Full Stack - Home Page Redirection (6.78 MB)
001 Git Introduction (17.63 MB)
002 Git Windows Installation (27.64 MB)
003 Git Mac Installation (10.72 MB)
004 Git Basics Overview (14.13 MB)
005 Git Basics Practice (32.3 MB)
006 Git Branches Overview (7.8 MB)
007 Git Branches Practice (26.92 MB)
008 GitHub Intro (6.09 MB)
009 Git Remote Commands Slides (2.65 MB)
010 GitHub Create Account & Remote Repository (54.13 MB)
001 Deployment Render Introduction (8.17 MB)
002 Deployment Add Requirements File (5.15 MB)
003 Deployment Render Setup (25.99 MB)
004 Deployment PostgreSQL Production Database (26.55 MB)
002 FastAPI Full Stack - Pip Requirements and Templates (19.1 MB)
002 FastAPI-The-Complete-Course (735.21 KB)
003 FastAPI Full Stack - Static and CSS (25.12 MB)
005 FastAPI Full Stack - Adding CSS & JS to Static Files (20.9 MB)
006 Full Stack Full Stack - Jinja Templating Overview (6.72 MB)
007 FastAPI Full Stack - Full Guide HTML Part 1 (93.96 MB)
008 FastAPI Full Stack - Full Guide HTML Part 2 (19.41 MB)
009 FastAPI Full Stack - Full Guide HTML Part 3 (17.95 MB)
010 FastAPI Full Stack - Full Guide HTML Part 4 (28.69 MB)
011 FastAPI Full Stack - Full Guide HTML Part 5 (53.56 MB)
012 FastAPI Full Stack - Quick Guide COPY HTML (7.57 MB)
013 FastAPI Full Stack - APIs for HTML (49.61 MB)
014 FastAPI Full Stack - Layout (47.54 MB)
015 FastAPI Full Stack - Navbar (23.92 MB)
016 FastAPI Full Stack - Update Todos using a User (23.1 MB)
017 FastAPI Full Stack - Add Todo (43.65 MB)
018 FastAPI Full Stack - Edit Todo (17.98 MB)
019 FastAPI Full Stack - Edit Todo POST (15.56 MB)
020 FastAPI Full Stack - Delete Todo (31.59 MB)
021 FastAPI Full Stack - Complete Functionality (34.62 MB)
022 FastAPI Full Stack - Login Functionality (88.23 MB)
023 FastAPI Full Stack - Login Updates (40.63 MB)
024 FastAPI Full Stack - Logout (39.72 MB)
025 FastAPI Full Stack - Register (57.14 MB)
026 FastAPI Full Stack - Code Clean Up (14.67 MB)
027 FastAPI Full Stack - Code Clean Up Part 2 (33.34 MB)
029 FastAPI Solution (75.33 MB)
001 Bonus Lecture (14.37 MB)
Screenshot
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!