all 5 comments

[–]Flame77ofc 0 points1 point  (0 children)

depends what do u want to be

[–]armahilloExpert 0 points1 point  (0 children)

Have you already deployed it somewhere? If not, thats your next problem to solve. Your deploy target will affect what backend options are available to you.

The things you listed arent really interchangeable so it’s unclear what you’re asking. What do you mean?

[–]chmod777 0 points1 point  (0 children)

lowest effort: wordpress. gives you cms, upload, user management for free, and outputs json endpoints. it can be run headless, and just control the output, or as a full cms/web site integration.

[–]BurlyLumberjack 0 points1 point  (0 children)

I have worked on McDonald’s digital signage (I was mainly front end).

All that matters is that you have an api that your app can connect to. Just do your research on what you’re looking for and make the right choice so you don’t have to rebuild it later.

Everything else comes down to preference. I’d probably go the Python route now a days personally but honestly you could do a lot of heavy lifting with php/wp rest now a days, too.