Creating Database Model & Accessing it Using API in Flask |

Опубликовано: 08 Октябрь 2024
на канале: Netizzan
10
1

In this video, I will show you how to create a database model and Access it using our Flask API

Table of content
00:00 Intro
00:14 installing SQLalchemy
00:53 Creating Model file
03:14 Defining a route
05:26 Running the app
05:49 sending request to the database using thunder client
06:27 Conclusion