0
what i need to build website like uber
I knew nothing
3 Respostas
+ 2
There is a bit of work required, if you want to build your own website... You will need to have an understanding of:
• HTML
• CSS
• Javascript / jQuery
• SQL
• PHP or Ruby or Python
Next, I wound recommend using a good framework like:
• Laravel (PHP)
• Ruby on Rails (Ruby)
• Django (Python)
I’m not sure what framework Ubar uses - but frameworks help signifcantly with deploying your websites quickly. For me, Laravel - but it really comes down to what you like when it comes to frameworks.
+ 1
Try Wappalyzer (widget) on your browser. It’ll tell you what kind of tools/frameworks/etc they use on the specific website. Just FYI.
0
Uber uses backbone Javascript and python codes a lot to build front end website and their app. Backend server is Nodejs. And data persists in MongoDB and Mysql.