which languages are needed to make E commerce website just like ebay or amazon? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

which languages are needed to make E commerce website just like ebay or amazon?

i want to start up my own e commerce with multi vendor system but with just one specific category for example Clothing.what things should i take in my mind before doing this and how much this project is going to cost me.i am just a high school pass out with some knowledge about coding just need help in doing this project :)

20th May 2018, 10:56 AM
Tanish Handa
Tanish Handa - avatar
2 Answers
+ 4
You need databases(like for example MySQL or oracle sql) to save customer data and stock data and so on. You need a way to deliver the content to the user, so you need to develop a backend which ist often done with python or php or Ruby on Rails . You need to design the website, so you need JavaScript, HTML and css. A lot of the work can be simplified using frameworks. Django for python is popular for backend, bootstrap and react/angular/vue.ja+redux are popular choices for frontend developement. How you manage the shipping of goods and billing and so on I can’t help you with Also look at these: https://www.sololearn.com/Discuss/1200983/?ref=app https://www.sololearn.com/Discuss/990648/?ref=app https://www.sololearn.com/Discuss/970166/?ref=app https://www.sololearn.com/Discuss/826719/?ref=app https://www.sololearn.com/Discuss/242964/?ref=app ASP.net is also a solution if you are into the Microsoft ecosystem And you can also try out Wordpress. Java EE could also be useful
20th May 2018, 11:03 AM
Max
Max - avatar
0
java, php, javascript, html5 and python
23rd May 2018, 1:51 PM
Oladejo Oluwatobi A
Oladejo Oluwatobi A - avatar