An open API service indexing awesome lists of open source software.

https://github.com/kiritoem/3d-shop

e-commerce app that enables users to visualize, customize, and purchase 3D products with an integrated administration system for complete store management
https://github.com/kiritoem/3d-shop

docker nextjs postgresql prisma-orm react-three-fiber typescript

Last synced: about 2 months ago
JSON representation

e-commerce app that enables users to visualize, customize, and purchase 3D products with an integrated administration system for complete store management

Awesome Lists containing this project

README

          

![screenshoot of project](./assets/screenshoot.png)

# Bazzar

Bazzar is a prototype e-commerce application that allows users to visualize products in 3D directly within the shop. It integrates an AI-powered recommendation agent that suggests products based on user needs and preferences. The platform supports secure payments via Stripe and includes an admin dashboard featuring a 3D studio for product customization and complete store management and access.

## Link for Video demo
[Click to see demo](https://www.linkedin.com/posts/loick-emadisson-672442296_hello-%C3%A0-tous-%C3%A7a-fait-un-moment-que-je-activity-7386813731974070272-EzEz?utm_source=share&utm_medium=member_desktop&rcm=ACoAAEecpTYBysycAT3iKFDE9TLZw23gRKXV4hA)

## Features
### Client
- [x] Landing page
- [x] Support for Dark/Light modes
- [x] Shop with filter and 3d preview
- [x] AI Recommandation Bot with an virtual avatar with lipsync providing suggestions
- [x] Cart and secure payment with stripe
- [x] Client login using 0Auth(Google) or credentials
- [x] Client settings page

### Admin dashboard
- [x] Admin login using facial recognition or credentials
- [x] Support for Dark/Light modes
- [x] Analytics Dashboard for data visualization
- [x] Payment management and possibility to export data as CSV
- [x] Users management
- [x] Product Management: create, and manage product in database
- [x] 3D Studio for customizing 3D product models directly in the dashboard
- [x] Admin management: view list and create new admins
- [x] Role-Based Access Control (RBAC)

## Todo
- [ ] Use cloud file upload to store and use file in production mode