Skip to content

jtonny490/silapq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

a website for stylish out fits

clothing-store/ │ ├── index.html ├── shop.html ├── product.html ├── cart.html ├── checkout.html ├── login.html ├── register.html ├── profile.html ├── wishlist.html ├── contact.html ├── about.html ├── faq.html │ ├── assets/ │ │ │ ├── css/ │ │ ├── style.css │ │ ├── home.css │ │ ├── shop.css │ │ ├── product.css │ │ ├── cart.css │ │ ├── auth.css │ │ └── responsive.css │ │ │ ├── js/ │ │ ├── main.js │ │ ├── products.js │ │ ├── cart.js │ │ ├── wishlist.js │ │ ├── checkout.js │ │ ├── auth.js │ │ └── search.js │ │ │ ├── images/ │ │ ├── logo.png │ │ ├── banners/ │ │ ├── products/ │ │ │ ├── men/ │ │ │ ├── women/ │ │ │ └── kids/ │ │ └── icons/ │ │ │ └── fonts/ │ ├── data/ │ ├── products.json │ ├── categories.json │ └── users.json │ ├── components/ │ ├── navbar.html │ ├── footer.html │ ├── product-card.html │ └── modal.html │ ├── backend/ │ │ │ ├── server.js │ │ │ ├── config/ │ │ └── database.js │ │ │ ├── models/ │ │ ├── User.js │ │ ├── Product.js │ │ ├── Cart.js │ │ └── Order.js │ │ │ ├── controllers/ │ │ ├── authController.js │ │ ├── productController.js │ │ ├── cartController.js │ │ └── orderController.js │ │ │ ├── routes/ │ │ ├── authRoutes.js │ │ ├── productRoutes.js │ │ ├── cartRoutes.js │ │ └── orderRoutes.js │ │ │ ├── middleware/ │ │ ├── auth.js │ │ └── errorHandler.js │ │ │ └── uploads/ │ └── products/ │ ├── admin/ │ ├── dashboard.html │ ├── products.html │ ├── orders.html │ ├── customers.html │ └── analytics.html │ ├── database/ │ ├── schema.sql │ └── seed.sql │ ├── .gitignore ├── README.md ├── package.json └── package-lock.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors