0
what i need to build website like uber
I knew nothing
3 Answers
+ 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.