I am creating a meal planner mysql database application. In order to do so, I need to break the instructions of the recipe into different steps (this part is non negotiable)
I need to populate my database with dummy data. What is the best way to get dummy data, for recipe steps eg 'Mix water into batter'?
A sample python script or website would be exceptionally useful.
Thanks