# Client Directory Structure
+---assets
+---components
| +---modal
| +---ProductDetail
| \---RelatedProduct
+---filters
+---firebase-setup
+---i18n
+---layouts
+---middleware
+---mixins
+---pages
| +---account
| +---admin
| | +---address
| | \---orders
| +---category
| +---product
| | \---_slug
| \---search
| \---grocery
+---plugins
+---service
+---static
| +---cards
| +---demoimg
| | \---card
| +---icons
| \---slider
\---store
# Server Directory Structure
+---assets
| \---style
+---components
| +---dashboard
| \---modal
+---devops
+---filters
+---i18n
+---layouts
+---middleware
+---mixins
+---pages
| +---account
| +---brands
| +---categories
| +---coupons
| +---docs
| +---features
| +---oauth
| +---orders
| +---payments
| +---products
| | \---search
| +---reviews
| +---shippings
| +---users
| \---wishlist
+---pdf
+---plugins
+---server
| +---api
| | +---address
| | +---brand
| | +---cart
| | +---category
| | +---contact
| | +---coupon
| | +---customer
| | +---email
| | +---feature
| | +---feedback
| | +---media
| | +---order
| | +---orderHistory
| | +---page
| | +---pay
| | +---payment-method
| | +---product
| | +---review
| | +---sendmail
| | +---settings
| | +---shipping
| | +---summary
| | +---upload
| | +---user
| | \---wishlist
| +---auth
| | +---facebook
| | +---google
| | +---local
| | \---twitter
| +---components
| | \---errors
| +---migrations
| \---public
+---service
+---static
| +---icons
| +---img
| | \---banners
| \---uploads
| \---thumb
\---store