This project has 2 sides, the client side and the admin side.
To be on the administrator side we must be on the allowed list, since if we try to enter we will get a login
It will redirect us to the dashboard (it's not finished)
So we can add, edit or delete products as you can see
- Create
- Edit
- Delete
Here we can add, edit or delete categories of our products
- Create
- Edit
- Delete
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
- Delete
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 |