Skip to content

thetsajeet/Market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

Full stack E-commerce application

To build a full-fledged ecommerce application using microservices architecture.

Services

Setup

  • Backend
cd backend
cp .env.local .env
# add the environment variables
pnpm install
pnpm run dev
  • Prisma
npx prisma studio

Technologies

  • expressjs for the backend
  • microservices architecture
  • redis for session storage
  • gRPC for communication between microservices
  • prisma for ORM on postgresql

Key Resources

Auth Product Flow Cart Flow User Flow Payment Flow

About

Replicating a real world scenario of an ecommerce website with microservices architecture.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors