REST API development with Flask and Python

所在平台: Udemy

课程主页: https://www.udemy.com/course/rest-api-development-with-flask-and-python/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:使用Flask和Python进行REST API开发 概述:本课程旨在教授成为高效后端工程师所需的基本和高级技能,重点是使用Flask框架。通过与日常后端工程师工作相关的真实案例和概念解释,帮助学员快速掌握REST API的运作原理和必要知识。 在本课程中,您将学习以下内容: - REST API的基本概念:了解客户端、资源和服务器的定义,以理解REST的工作方式。 - 如何开发和管理移动应用的API,包括Android和iOS平台。 - 使用REST API为React和Angular前端应用提供支持。 - 在Digital Ocean应用平台上进行持续集成和持续交付(CI/CD)。 - 随着技术的不断进步,学习最新的API开发相关技术。 - 使用JWT令牌来保护您的API。 - 日志记录功能以帮助错误检测和应用洞察。 课程中,我们将共同开发一个学生管理项目,涵盖课程中的所有重要主题。这将使您能够在实际项目中应用所学知识,提升您的技能水平。

课程评论(0条)

课程详情

In this course, you will learn the basic and advanced skills required to become an efficient backend Engineer using Flask. Real-world examples and concept explanations that relate directly to your day-to-day tasks as a backend engineer.REST APIs: How They Work and What You Need to KnowTo understand REST, we need to review some key terms first:A client is a person or program using the API. The client makes requests to the API in order to retrieve some information or change something within the application. Your web browser is a client - it interacts with APIs. The requested info is sent back to your browser and displayed on your screen.A resource is any piece of information that the API can provide the client. For instance, a resource in Facebook's API could be a user, a page, a photo, or a post. Each resource has a unique name, called the resource identifier.A server is used by the application that receives client requests and contains resources that the client wants. The server has an API to interact with clients without giving them direct access to content stored in its database.Now for our definition. REST is a set of guidelines that software can use to communicate over the internet in order to make integrations simple and scalable. A REST API (also called a "RESTful" API) is a specific type of API that follows these guidelines.You will learnHow Rest API worksAPI development and management for mobile apps i.e Android, IsoAPI to power your React and Angular frontend AppsCI/CD with Digital Ocean Apps platformConstant updates and upgrades to new technologies as relates to Api development with flaskLearn how to secure your API using JWT tokenLogging for error detection and app insightsTogether, we will develop a student management project which will encompass all the great topics covered in the course of the lectures

课程标签

0人关注该课程

主题相关的课程