Is it hard to code a marketplace website?

Pocketchange25

Junior Member
Joined
Sep 25, 2014
Messages
153
Reaction score
15
I wanna code a marketplace website but what is the difficult level? Or are they any simple scripts I could go by?
 
why would you start coding from scratch when there are a lot of ready to use scripts. Try opencart, xcart, magento. They are simple to use and you can always find a nice template to use with those scripts.
 
I dont think you can code a "marketplace website" if you cant use google before posting on forums.
but good luck
 
I dont think you can code a "marketplace website" if you cant use google before posting on forums.
but good luck
Well I already know the basics of html and css. An I have used google there are no good tuts on it, so I asked here. I'm still learning though.
 
Well I already know the basics of html and css. An I have used google there are no good tuts on it, so I asked here. I'm still learning though.
Sorry if I sounded harsh.
You will not be able to code a marketplace using HTML and CSS alone, unless you want it to look and operate like it was 1995 again.
Please let me know an example for a website you are trying to accomplish and i will direct you to a script that you can use....
 
I wanna code a marketplace website but what is the difficult level? Or are they any simple scripts I could go by?

Download and create a Skype account.
Once you've set it up - add my account i'll help you out the best I can in order to get started...

Skype: TrulyDesigns
 
I am new to BHW & IM in General, but well versed in web dev. I say this b/c I do not know EXACTLY what you mean by marketplace website. If you mean an e-commerce site, the wordpress & woocommerce is the easiest to setup & manage. There are several plugins that extend/customize woocommerce & a few free themes that work with it. You have the best chance of finding a dev that can do more customization (if marketplace site refers to special functionality) by using the wordpress platform. The woocommerce forums are full of devs.
 
I would recommend codecademy (It's a website, google it). They offer a few tutorials regarding website building. You should try it, and then build you a one of a kind website!
 
i've built a marketplace site


you need:
html
css
ajax
php
mysql database
sphinxd (recommended)
paypal and amazon payments have a marketplace type function in their APIs

its pretty time consuming and difficult. in addition to the site itself, the users need an admin section, you will need to make yourself an admin section too. you need to sanitize all inputs into the database, tweak and tune the search functionality, category hierarchy and calls to action. then, at the end of all that, you had better have some big bucks to spend on advertising to get it off the ground.
 
I would say it's probably pretty straight forward to code "something" I would think the hard part is making the something secure. Im guessing marketplaces are a pretty juicy target
 
There are a lot of free options for you to use, so you don't have to bother going from scratch.

But, if do you want to try, I've seen people use Ruby On Rails. There are a few tutorials on YT regarding this topic, so give it a look.
 
Why code from scratch when there are fully functional free solutions available?
 
Back
Top