filmov
tv
Complete Setup Python + Flask Backend API Tutorial on Google Cloud

Показать описание
00:00 Introduction - Python Flask API Tutorial
00:19 Overview
02:07 Setup Gmail Account
04:30 Get $300 credits, Create Google Cloud Project
07:20 Install gcloud CLI
08:16 Install Python
10:10 Continue gcloud CLI install
12:53 Setup Docker
15:39 Setup Project Directory
16:36 Understanding the Dockerfile
19:24 Install Flask
22:35 Handle Options Request
24:17 Authentication Middleware
27:25 Code the endpoint
31:15 Build Docker Image
34:09 Push Docker Image to GCR
35:34 Deploy to Google Cloud
37:40 Test the API with curl
39:47 Take the API offline
INSTALL VSCODE
COMMANDS LIST
pip3 install flask
DOCKER COMMANDS
docker images
GCLOUD COMMANDS
gcloud init
gcloud run deploy my-backend \
--platform managed \
--region asia-south1 \
--allow-unauthenticated
gcloud run services list --region asia-south1
gcloud run services delete my-backend --region asia-south1
CURL COMMANDS
-H "X-API-KEY: axsdTypoiUYTfsv89**hqiu19&&&" \
-H "Content-Type: application/json"
00:19 Overview
02:07 Setup Gmail Account
04:30 Get $300 credits, Create Google Cloud Project
07:20 Install gcloud CLI
08:16 Install Python
10:10 Continue gcloud CLI install
12:53 Setup Docker
15:39 Setup Project Directory
16:36 Understanding the Dockerfile
19:24 Install Flask
22:35 Handle Options Request
24:17 Authentication Middleware
27:25 Code the endpoint
31:15 Build Docker Image
34:09 Push Docker Image to GCR
35:34 Deploy to Google Cloud
37:40 Test the API with curl
39:47 Take the API offline
INSTALL VSCODE
COMMANDS LIST
pip3 install flask
DOCKER COMMANDS
docker images
GCLOUD COMMANDS
gcloud init
gcloud run deploy my-backend \
--platform managed \
--region asia-south1 \
--allow-unauthenticated
gcloud run services list --region asia-south1
gcloud run services delete my-backend --region asia-south1
CURL COMMANDS
-H "X-API-KEY: axsdTypoiUYTfsv89**hqiu19&&&" \
-H "Content-Type: application/json"
Learn Flask for Python - Full Tutorial
Python Website Full Tutorial - Flask, Authentication, Databases & More
How to create a Simple Flask app in just 5 minutes | Python Flask Tutorial for beginners
build a meme Python website (Flask Tutorial for Beginners)
How to Install Flask in Visual Studio Code with Sample API Example (2024)
How to Install Flask in Python (2023 Easy Guide)
Django VS Flask - Which Should You Learn
Full Flask Course For Python - From Basics To Deployment
Project presentation day 1
Setup a Flask Application in VS Code and Run a Basic App
Flask Full Course: Build Stunning Web Apps Fast | Python Flask Tutorial
How to Install Flask on Windows 10 | Complete Installation Guide 2021
How to Install Flask on Python 3.12.2 on Windows 10/11 [ 2024 Update ] Complete Guide
Building a Simple Form Web Application with Flask in python
Django vs. Flask - Best Backend Frameworks for 2021
'Building a Simple Web Application with Flask: Hello, World!' in python
Complete Setup Python + Flask Backend API Tutorial on Google Cloud
How to Create a Flask + React Project | Python Backend + React Frontend
Python Flask Tutorial: Full-Featured Web App Part 1 - Getting Started
Web Development with Python Tutorial – Flask & Dynamic Database-Driven Web Apps
Python Flask Web Development Tutorial in Hindi
Flask in 6 Minutes 🔥
Python Flask Tutorial - FULL COURSE
Python REST API Tutorial for Beginners | How to Build a Flask REST API
Комментарии