To build a full-fledged ecommerce application using microservices architecture.
- Frontend
- Main Service
- User Service
- Product Service
- Cart Service
- Payment Service
- Backend
cd backend
cp .env.local .env
# add the environment variables
pnpm install
pnpm run dev- Prisma
npx prisma studioexpressjsfor the backendmicroservicesarchitectureredisfor session storagegRPCfor communication between microservicesprismafor ORM onpostgresql




