Course Information
Course Overview
Build professional REST APIs with Python, Flask, Docker, Flask-Smorest, and Flask-SQLAlchemy
Are you tired of boring, outdated, incomplete, or incorrect tutorials? I say no more to copy-pasting code that you don’t understand.
Welcome to the bestselling REST API course on Udemy! I'm Jose. I'm a software engineer, here to help you truly understand and develop your skills in web and REST API development with Python, Flask, and Docker.
Production-ready REST APIs with Flask
This course will guide you in creating simple, intermediate, and advanced REST APIs including authentication, deployments, databases, and much more.
We'll start with a Python refresher that will take you from the very basics to some of the most advanced features of Python—that's all the Python you need to complete the course.
Using Flask and popular extensions Flask-Smorest, Flask-JWT-Extended, and Flask-SQLAlchemy we will dive right into developing complete, solid, production-ready REST APIs.
We will also look into essential technologies like Git and database migrations with Alembic.
You'll be able to...
Create resource-based, production-ready REST APIs using Python, Flask, and popular Flask extensions;
Handle secure user registration and authentication with Flask.
Using SQLAlchemy and Flask-SQLAlchemy to easily and efficiently store resources to a database; and
Understand the complex intricacies of deployments of Flask REST APIs.
Use Docker to simplify running and deploying your REST APIs.
But what is a REST API anyway?
A REST API is an application that accepts data from clients and returns data back. For example, a REST API could accept text data from the client, such as a username and password, and return whether that is a valid user in the database.
When developing REST APIs, our clients are usually web apps or mobile apps. That's in contrast to when we make websites, where the clients are usually the users themselves.
Together we'll develop a REST API that not only allows clients to authenticate but also to store and retrieve any data you want from a database. Learning this will help you develop any REST API that you need for your own projects!
I pride myself on providing excellent support and feedback to every single student. I am always available to guide you and answer your questions.
I'll see you on the inside. Take your first step towards REST API mastery!
Course Content
- 13 section(s)
- 132 lecture(s)
- Section 1 Welcome!
- Section 2 A Full Python Refresher
- Section 3 Your first REST API
- Section 4 Introduction to Docker
- Section 5 Flask-Smorest for more efficient development
- Section 6 Store data in a SQL database with SQLAlchemy
- Section 7 Many-to-many relationships with SQLAlchemy
- Section 8 User authentication with Flask-JWT-Extended
- Section 9 Database migrations with Alembic and Flask-Migrate
- Section 10 Git Crash Course
- Section 11 Deployments with Render.com
- Section 12 Task Queues with rq and sending emails
- Section 13 Bonus Section
What You’ll Learn
- Connect web or mobile applications to databases and servers via REST APIs, Create secure and reliable REST APIs which include authentication, deployments, and database migrations, Understand the different layers of a web server and how web applications interact with each other, Handle seamless user authentication with advanced features like token refresh, Handle log-outs and prevent abuse in your REST APIs with JWT blacklisting, Develop professional-grade REST APIs with expert instruction, Optimize performance of your REST APIs using task queues and background workers
Skills covered in this course
Reviews
-
FFabricio Andrés Niebles Atencio
The instructor does not explain the concepts, but he just code and he does it very fast. That is not pedagogical considering that one has to stop the video every 10 seconds, therefore making the whole process very slow.
-
MMarcello Gambetti
he does NOT introduce briefly the argument BEFORE and WHY you need to use a library, WHAT is used for, WHICH problem is resolving, he JUST start writing code (even WITHOUT a general draw of where are you, what are you modifing, a sort of map of where you are and why using this lib solves a problem)...very BAD way to explain things, in fact you need to search on google BEFORE to understand which library is used for... something like a 737 pilot talking for hours of which level or button to press WITHOUT explain WHY...useless...
-
SShin Hin
First of all great course and I gain a lot of knowledge.But some issues. Can't use Docker because somehow it is not working, Insomnia is no more the same and can't set up base environment, Elephant Sql is not longer available. Mailgun don't offer the same free stuff as in the course. I had to work around to in order to work. So basically unable to follow half of the course but that's ok for me because I don't really need them. Anyway Thanks!
-
LLalana K
This was very helpful, As I am working on exactly same stuff in my project.