A full-stack web application for managing an online store. Includes admin panel, product & user management, secure payments, and custom discounts — all built with React, Node.js, MongoDB, and Firebase.
- Role-based user access (Admin, Agent, Customer)
- Dynamic product creation with attributes & variations
- Discount engine (global, per-user, per-product)
- Secure Stripe payments integration
- Admin dashboard for orders, users, categories, and analytics
- Google Translate integration for multi-language support
- Real-time updates via WebSockets
git clone https://github.com/eladtoor/hybrid-app.git
cd hybrid-app
# Backend
cd server
npm install
npm run dev
# Frontend (in separate terminal)
cd ../web
npm install
npm run dev.env files in both server and web folders with your Firebase, MongoDB, and Stripe credentials.
(Coming soon – will include dashboard, product form, and orders view)
GitHub: eladtoor
LinkedIn: Elad Toorgeman
Email: [email protected]