Up until now the data of the app was all stored on the local storage of a device. But this starts getting annoying, whenever I switch devices, I can't use my app anymore because the data isn't there.
I need to build a back-end.
Lucky me, my brother has been talking about learning more about Python so I convince him to join me. He kicks off a Python Flask project to build the back-end for this project.