Overview
Learn to build a RESTful API for products using Python Flask, SQL Alchemy, and Marshmallow in this comprehensive tutorial. Set up a virtual environment, configure SQL Alchemy, and create a database. Implement CRUD operations including post requests, retrieving all products, fetching single products, updating products, and deleting products. Use Postman to test your API endpoints and gain hands-on experience in developing robust backend systems for web applications.
Syllabus
Intro
Overview
Create Virtual Environment
Setup SQL Alchemy
Setup Database
Initializer
Database
Postman
Post Request
Get All Products
Get Single Product
Update Product
Delete Product
Taught by
Traversy Media
Reviews
4.0 rating, based on 1 Class Central review
Showing Class Central Sort
-
the class was insightful.... very educative I learnt how deploy a CRUD REST API in 30 min.... I will recommend this course for beginner that want to learn sqlAlchemy and flask at the same time. Thank you