In this fullstack tutorial, I will implement a simple CRUD App, including:
- A Frontend using React.js
- A Backend using Python(Flask)
- Using the MySQL Database and flask_mysqldb to Connect
One of the fancy part of web app is that it is seperated by layers.