Click here to Skip to main content
15,891,993 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I want to design database for the marketplace store like flip-kart and I also following that for the reference.
when adding a product on Flipkart, first it ask's for select category then sub-category then product type like...
(Category)Clothing->(sub-category)Bottom wear->(product group)Capri
then i'll enter all the detail within this group and save the product.

It also have different fields for the every different group and some fields have multiple option to add multiple value like color, cloth type.

So please if any one have any idea regarding this, share here, it will be very thankful

What I have tried:

I thought of implementing row wise data insertion (then converting it into pivot record for the fetching of data) but i think this is going to be very typical.
Posted
Updated 19-May-16 2:21am

This is somewhat off-topic for this forum, however

There are several sample database designs here[^] - particularly section 18.

A quick google search[^] gives several other discussions on the topic.

If you get stuck then by all means come back with a specific question and we will try to help
 
Share this answer
 

link for the same
[^]

is perfect for your purpose
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900