Flask REST API - Build a Flask REST API with Python from scratch

preview_player
Показать описание
This is a Flask REST API tutorial. This will teach you how to build a python flask REST API. We will use the flask restful to create and map HTTP methods. We will start by building a basic REST API then we will integrate the API with a flask SQL-Alchemy database. By the end of this video you will have a fully functioning REST API with python and flask.

Happy coding friends!

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾

Social Medias

⚡ Please leave a LIKE and SUBSCRIBE for more content!

⭐ Tags ⭐
- BI Insights Inc
- Python REST API
- REST API Python
- Flask REST API
- Flask Python REST API
- REST API Tutorial

⭐ Hashtags
#flask #restapi #database

⭐️ Video Topics
0:00 - Intro to REST API
1:21 - SQLAlchemy ORM
1:50 - Requirements
2:42 - Create Project and Install Lib
4:29 - Build basic app
5:50 - Configure API and DB
6:40 - Define Employee Class
7:32 - Create DB
9:30 - Create HTTP methods GET, POST, PUT, Delete
13:51 - Registering Routes with API
14:50 - Testing API
Рекомендации по теме
Комментарии
Автор

Thanks for making it so simple...the best so far for beginners i have seen

rolandrooseveltagodzo
Автор

This just saved me 3 hours of googling and stack over flow!!

sahill
Автор

I didn't understand these at first but it so clear now. Thanks BI Insights Inc. I love this.

henrykeke
Автор

Best tutorial by far but a bit faster to follow along

brookben
Автор

The best tutorial on flask, smooth and clean gracias

chibuezeonejeme
Автор

Hi, Getting this below error. Please help
AttributeError: type object 'GetEmployee' has no attribute 'app'

SaniyaAziz-wdeu
Автор

I cant run the db.create_all() in the python interpreter, the error is "RuntimeError: Working outside of application context."

jiyapanchal
Автор

getting an error called no module named 'MySQLdb'

parthpatwardhan
Автор

How can I host my API with the database?

BenGodot
Автор

(sqlite3.OperationalError) no such table: employee
[SQL: SELECT employee.id AS employee_id, employee.firstname AS employee_firstname, employee.lastname AS

arko