Completed
) Connect Flask with Mysql
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Microservices Web App (with React, Django, Flask) - Full Course
Automatically move to the next video in the Classroom when playback concludes
- 1 ) What are Microservices?
- 2 ) Project Introduction
- 3 ) Django Setup
- 4 ) Adding Docker Files
- 5 ) Connect Django with MySQL with Docker
- 6 ) Models & Serializers
- 7 ) Rest APIs with ViewSets
- 8 ) User Endpoint with APIView
- 9 ) Flask Setup with Docker
- 10 ) Connect Flask with Mysql
- 11 ) Models
- 12 ) Flask Migrations
- 13 ) RabbitMQ
- 14 ) Django Producer and Consumer
- 15 ) Flask Producer and Consumer
- 16 ) Queue Service
- 17 ) Data Consistency
- 18 ) Internal Http Requests
- 19 ) Finishing the python apps
- 20 ) React Setup
- 21 ) Products CRUD
- 22 ) Completing the Main App