Juneberrry is a full stack ecommerce website inspired by Anthropologie where one can purchase women's clothing, beauty products and accessories.
Collaborative project built by a team of 4 & completed in 5 days.
- Backend :
.
├── backend/
│ ├── config/
│ │ └── db
│ ├── models/
│ │ ├── user model
│ │ ├── admin model
│ │ ├── dress model
│ │ ├── shoes model
│ │ ├── admin model
│ │ └── order model
│ ├── routes/
│ │ ├── user route
│ │ ├── admin route
│ │ ├── dress route
│ │ ├── shoes route
│ │ └── order route
│ ├── middlwares/
│ │ ├── auth middleware
│ │ └── login middleware
│ └── index
└── frontend/
└── src/
├── assets
├── components/
│ ├── admin/
│ │ ├── sidebar
│ │ ├── dashboard
│ │ ├── all products
│ │ ├── add product
│ │ ├── edit product
│ │ ├── line chart
│ │ ├── orders
│ │ ├── users
│ │ ├── stats
│ │ └── product row
│ ├── bag/
│ │ ├── payment
│ │ └── single product preview
│ ├── admin private route
│ ├── user private route
│ ├── navbar
│ ├── footer
│ └── product side bar
├── pages/
│ ├── allroutes
│ ├── homepage
│ ├── login
│ ├── signup
│ ├── product
│ ├── single product
│ ├── bag
│ ├── userorder
│ └── notfound
├── redux/
│ ├── adminReducer
│ ├── authReducer
│ ├── bagReducer
│ ├── productReducer
│ └── store
├── styles
├── utilis/
│ └── getdata
├── app
└── index
-
Home page
-
Sign-In & Sign-Up
-
Products :- Dress
-
Single Product page
-
Bag page
-
Admin Dashboard
-
-
Key Responsibility - Complete Backend & Admin Side, Sign-In & Sign-Up, Bag Page, Payment Page
-
-
-
Key Responsibility - Product Page, Single Product Page
-
-
-
Key Responsibility - Homepage
-
-
-
Key Responsibility -
-