DEV Community

Discussion on: I want to redo the Epic Games store as a school project, feedback welcome

Collapse
 
ben profile image
Ben Halpern

maybe use some kind of a cloud backend solution, like Firebase or something like that… Or if I should learn, say, React for front-end…

To me, technology choices are probably not going to dictate the success of this project but React seems like a great choice as IMO the stable default frontend technology.

I only had some very basic education in SQL

I still think a SQL DB like postgres is the simple, optimal approach compared to Firebase unless you have a great idea of why.

Collapse
 
ben profile image
Ben Halpern

BTW, Awesome project!

Collapse
 
vladimir_dev profile image
vladimir.dev

Thank you very much! :)

Collapse
 
vladimir_dev profile image
vladimir.dev

Thanks for the suggestion, I'll take it into consideration :)
BTW a colleague from work suggested Node + MongoDB. Since I work with JS, JSON is also familiar to me