Skip to content

This ecommerce project is from the Bootcamp final project

Notifications You must be signed in to change notification settings

KiyotakaDev/Ecommerce

Repository files navigation

Ecommerce Project

Structure

This project has 2 sides, the client side and the admin side.

Admin

To be on the administrator side we must be on the allowed list, since if we try to enter we will get a login

Login

login

It will redirect us to the dashboard (it's not finished)

Dashboard

dashboard

Products

So we can add, edit or delete products as you can see

products

  • Create

add-prod

  • Edit

edit-prod

  • Delete

delete-prod

Categories

Here we can add, edit or delete categories of our products

  • Create

add-cat

  • Edit

edit-cat

  • Delete

delete-cat

Admins

Same as before, this is the list of who can enter admin side (they can't be edited just deleted except the admin that can't be deleted)

  • Create

add-admin

  • Delete

delete-admin

Client

Home page

home

All products

all-products

Single product

single-prod

Categories

categories

Cart

cart

Conventions

Type Meaning
feat New features
fix Bug fixes
breaking Breaking change
build Changes in compilation system
chore Changes that don't affect production environment
docs Changes in documentation
perf Updates in performance
refactor Refactoring processes
revert Rollbacks to previous commit or changes
style Changes in syntax or styling

About

This ecommerce project is from the Bootcamp final project

Topics

Resources

Stars

Watchers

Forks