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!
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
💻 Code: https://github.com/hnawaz007/pythondataanalysis/tree/main/Flask%20REST%20API
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
Social Medias
📸 Instagram: https://github.com/hnawaz007
📝 LinkedIn: https://www.linkedin.com/in/haq-nawaz/
📂 GitHub: https://github.com/hnawaz007
⚡ 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