salil-01 / Juneberry

Full Stack E-commerce Website with User and Admin side.

Home Page:https://juneberry.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Juneberry

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.

Deployed LinksπŸ”—

  • Frontend : git

- Backend : git

Tech Stack πŸ’»

Frontend

html5 css3 javascript reactjs redux chakra-ui

Backend

nodejs expressjs mongodb

Folder Structure πŸ“‚

.
β”œβ”€β”€ 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

Snapshots πŸ“·

  • Home page

  • Sign-In & Sign-Up

  • Products :- Dress

  • Single Product page

  • Bag page

  • Admin Dashboard

Contributors πŸ˜‡

About

Full Stack E-commerce Website with User and Admin side.

https://juneberry.netlify.app/


Languages

Language:JavaScript 96.3%Language:CSS 3.0%Language:HTML 0.7%