Hey folks, how’s your coding coming along?
Our multidisciplinary project this semester is about realizing a website for the machine learning department of the head lecturer. The required tech stack is quite unfamiliar to us, and the general archive of tutorials doesn’t help.
When searching for a Flask + React tutorial, there’s not many that pops up. Luckily, I’ve found one very useful tutorial:
This man is my savior! Basically what you’d do is to write RESTful APIs in Flask and then connect to the Reactjs frontend using a proxy. Let’s see how this goes.
Happy coding.