I researched some workflow for a solo full-stack developer, and I found that people have different approaches to it. This is how I'm doing it:
Ideally I would create the UI through Figma or hire a designer to do it.
afterward, I would start with the FE and then continue to the BE. I would especially start with FE if I don't have the UI design model prior to building (means everytime š) so that I know how should I create the schema model for the database.
What does your process look like?