17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Udemy - Zero To Hero Python Fastapi Jwt Sqlalchemy Db Mastery Course
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Language: English | Size: 2.05 GB | Duration: 3h 34m
Learn to Develop Real World Secure API's using Python, JWT, FAST API, SQLAlchemy, Databases, validation & error handling
What you'll learn
You will learn the basics of Python
You will learn about FAST API and develop real world REST APIs
You will learn about SQLAlchemy and how to use it for interaction with database
You will learn to implement JWT(Json Web Token) to create secure API endpoint
You will learn how to do validation and handle errors and exceptions
You will learn how to use different database like MySQL, PostgreSQl and SQL Lite with FAST API
Requirements
No Prerequisite
Description
In this course you will learn about Python, Fast API, SQLAlchemy, JWT, Heroku and using different databases like SQL Lite, MySQL, PostgresQL with SQLAlchemy.
If You Need More Stuff, kindly Visit and Support Us -->> https://CourseWikia.com
Get More Tutorials and Support Us -->> https://FreeCourseWeb.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/01 - Introduction & Setup/001 Course Introduction.mp4
20.1 MB
~Get Your Files Here !/01 - Introduction & Setup/002 Dowloading Python and Pycharm.mp4
38 MB
~Get Your Files Here !/01 - Introduction & Setup/003 Installing and setting up PyCharm editor.mp4
24.5 MB
~Get Your Files Here !/01 - Introduction & Setup/004 First Python Program in Pycharm.mp4
33.5 MB
~Get Your Files Here !/01 - Introduction & Setup/005 Running Python code from command prompt.mp4
16.6 MB
~Get Your Files Here !/01 - Introduction & Setup/006 What is FastAPI.mp4
25 MB
~Get Your Files Here !/01 - Introduction & Setup/007 Create Python Project in Pycharm.mp4
18.6 MB
~Get Your Files Here !/01 - Introduction & Setup/008 Installing Python Libraries for our project development.mp4
29.8 MB
~Get Your Files Here !/02 - Working with Database, Model, Relationship/001 Creating Database Configuration.mp4
49.1 MB
~Get Your Files Here !/02 - Working with Database, Model, Relationship/002 Create User Model.mp4
65.5 MB
~Get Your Files Here !/02 - Working with Database, Model, Relationship/003 Create Post Model.mp4
60.9 MB
~Get Your Files Here !/02 - Working with Database, Model, Relationship/004 Establishing relation ship between User and Post model.mp4
33.3 MB
~Get Your Files Here !/03 - Working with Schemas & Database Session and Tables/001 Logic to verify password.mp4
30.7 MB
~Get Your Files Here !/03 - Working with Schemas & Database Session and Tables/002 Create Service Layer Create DB method.mp4
25.2 MB
~Get Your Files Here !/03 - Working with Schemas & Database Session and Tables/003 Installing Database Explorer Tool.mp4
24.5 MB
~Get Your Files Here !/03 - Working with Schemas & Database Session and Tables/004 Setting up the main app.mp4
20.4 MB
~Get Your Files Here !/03 - Working with Schemas & Database Session and Tables/005 Create Schema Classes for User.mp4
58 MB
~Get Your Files Here !/03 - Working with Schemas & Database Session and Tables/006 Create Schema Classes for Post.mp4
50.5 MB
~Get Your Files Here !/03 - Working with Schemas & Database Session and Tables/007 Create Database Session.mp4
15.4 MB
~Get Your Files Here !/03 - Working with Schemas & Database Session and Tables/008 Database Tables.mp4
23.8 MB
~Get Your Files Here !/04 - User Registration & JWT Implementation/001 Create API endpoint for User Registration.mp4
38.8 MB
~Get Your Files Here !/04 - User Registration & JWT Implementation/002 Create db query to find if user with email exist.mp4
33 MB
~Get Your Files Here !/04 - User Registration & JWT Implementation/003 Throw exception if user with email exist.mp4
36.9 MB
~Get Your Files Here !/04 - User Registration & JWT Implementation/004 What is JWT and Components of JWT.mp4
122 MB
~Get Your Files Here !/04 - User Registration & JWT Implementation/005 Write query to save user in database after some validation.mp4
106 MB
~Get Your Files Here !/04 - User Registration & JWT Implementation/006 Save user Create JWT token and Return that.mp4
64.4 MB
~Get Your Files Here !/04 - User Registration & JWT Implementation/007 Start Server and Test user Registration flow.mp4
65.8 MB
~Get Your Files Here !/05 - User Login & Current User Information/001 Implementing the logic to validate user login.mp4
56.8 MB
~Get Your Files Here !/05 - User Login & Current User Information/002 Create Login REST API endpoint.mp4
62.2 MB
~Get Your Files Here !/05 - User Login & Current User Information/003 Testing the login user from Swagger.mp4
25.9 MB
~Get Your Files Here !/05 - User Login & Current User Information/004 Create Service Method to get current user information.mp4
100.6 MB
~Get Your Files Here !/05 - User Login & Current User Information/005 Create Get API Endpoint to get current user info.mp4
53.5 MB
~Get Your Files Here !/06 - Create Post, Get Posts by User, Get Post Detail/001 Implement Create Post functionality in Service layer.mp4
53.3 MB
~Get Your Files Here !/06 - Create Post, Get Posts by User, Get Post Detail/002 Implement Create Post API Endpoint.mp4
43.1 MB
~Get Your Files Here !/06 - Create Post, Get Posts by User, Get Post Detail/003 Testing Create Post by the logged in user.mp4
22.5 MB
~Get Your Files Here !/06 - Create Post, Get Posts by User, Get Post Detail/004 Implement All Posts by User functionality.mp4
40.3 MB
~Get Your Files Here !/06 - Create Post, Get Posts by User, Get Post Detail/005 Create REST API Endpoint to get all posts by the user.mp4
28.4 MB
~Get Your Files Here !/06 - Create Post, Get Posts by User, Get Post Detail/006 Test Get All Post By the User.mp4
8.1 MB
~Get Your Files Here !/06 - Create Post, Get Posts by User, Get Post Detail/007 Implement API and Functionality to get post detail.mp4
94.4 MB
~Get Your Files Here !/07 - Update, Delete Post & Get All Posts From All User/001 Implement API and Delete Post functionality.mp4
87 MB
~Get Your Files Here !/07 - Update, Delete Post & Get All Posts From All User/002 Fix Error for Delete Post.mp4
35.9 MB
~Get Your Files Here !/07 - Update, Delete Post & Get All Posts From All User/003 Update Post API endpoint and Functionality Implementation.mp4
115.1 MB
~Get Your Files Here !/07 - Update, Delete Post & Get All Posts From All User/004 API and Functionality to get All posts from All users.mp4
40.5 MB
~Get Your Files Here !/07 - Update, Delete Post & Get All Posts From All User/005 Implement API and Functionality to Get User Detail.mp4
85.1 MB
~Get Your Files Here !/08 - Using MySQL & PostgreSQL Database/001 How to connect Postgresql and Mysql database.mp4