Completed
Start of the Video
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Connecting CoreUI Frontend with Python Backend in 5 Easy Steps
Automatically move to the next video in the Classroom when playback concludes
- 1 Start of the Video
- 2 Intro
- 3 GitHub code review
- 4 Python code review in PyCharm
- 5 Python code extended YouTube tutorials link
- 6 CoreUI React admin template code cloning
- 7 CoreUI code open in VSCode
- 8 Step 1 - setupProxy.js added with code
- 9 Step 2 - Add backend server into .env
- 10 Step 3 - Implementing Get API connection function to backend
- 11 Step 4 - Implementing Post API connection function to backend
- 12 Step 5 - Using Get and Post implementation in code
- 13 Get API connection verification with code
- 14 Post API connection verification with code
- 15 Pushing code to GitHub repo
- 16 Recap