+ 2
How can i do a classified website like olx
Hi friends, i wanna make a website of classified ads like olx. And i try with some themes from wordpress but these don't like to me, for this reason i began to learn html, css php sql from zero 15 days ago, so, i feel stuck. Please recommend me, what should i learn? And if you know theme editables of wordpress. I didn't have knowledge of programming languages 2weeks ago but. I have energy and 16 hours available by day to learn. Thanks Sorry for my bad English
1 Answer
+ 3
the nuts amd bolts of a classified site is its database and the ability for users to post to that database.
craigslist used mysql but switched to mongodb but still uses a few others..and many huge classifieds use oracle as well
the front end such as html or wordpress..can be anything. but youll need php or javascript to connect the database to the frontend
my recommendation is js and mongodb..as its extremely popular now..but its what you want that is important