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 startor Using nodemon
npm install -g nodemon
nodemonUsing react serve local
npm install -g serve
serve -s buildYour 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