https://github.com/pkitazos/drm-drm
An e-commerce web app built for the GuitarGuitar challenge at DYHTG
https://github.com/pkitazos/drm-drm
dyhtg t3-stack
Last synced: about 2 months ago
JSON representation
An e-commerce web app built for the GuitarGuitar challenge at DYHTG
- Host: GitHub
- URL: https://github.com/pkitazos/drm-drm
- Owner: pkitazos
- Created: 2023-10-27T21:19:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T18:17:38.000Z (over 2 years ago)
- Last Synced: 2025-06-23T08:50:20.814Z (12 months ago)
- Topics: dyhtg, t3-stack
- Language: TypeScript
- Homepage: https://drm-drm.vercel.app
- Size: 756 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DrumDrum
This is the code repository for our submission for this year's GuitarGuitar challenge at DYHTG.
## About the project
It's an E-commerce web app built with the T3 stack designed to cater to both admins and customers.
On the admin side, you can view details about the products you sell, the orders you have and the customers you've served. You can create new or edit existing products, and view analytics about your sales and customers.
On the customer side, you can browse a catalog of products, sign in to your account, add products to your shopping cart, view and interact with your past history of orders, benefit from the company loyalty scheme and purchase items.
We implemented role based access restricting certain actions and pages to certain user roles.