it's GraphQL Ecom app using Mangodb has interface via Rest & GraphQL APIs.
Make sure you have Node JS.
git clone https://github.com/pritamkhose/ecom.git
npm install
npm start
or Using nodemon
npm install -g nodemon
nodemon
Using react serve local
npm install -g serve
serve -s build
Your React app running on localhost:3000. Your GraphQL running on localhost:3000/graphql. Your Postman running on localhost:3000/postman.
npm run build
npm start