1

I am planning on build an online store from scratch. I also need to build a back end for that. Which languages or frameworks should I use.Any suggestions?

Comments
  • 1
    You should focus more on security concerns than language appropriateness, since you can use whatever for Web backend
  • 2
    Did it a long time ago. It is a great project as many facets to consider. You will learn a lot. Good luck and keep us informed!
  • 0
    Just use the shop Framework "Spryker" ;)
  • 0
    Use the project to learn a specific language or tools. You can do any project in any language. Pick your language first then if you'd like, pick a framework.
  • 1
    Php. I've developed an self-made online store two years ago. Now I'd recommend you to base it on laravel (or lumen) for simplicity. Also the way laravel is built allows you to easily follow MVC patterns.
Add Comment