Skip to content

pritamkhose/ecom

Repository files navigation

Ecom app using MongoDB

it's GraphQL Ecom app using Mangodb has interface via Rest & GraphQL APIs.

Running App Locally

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.

Steps to deploy App on heroku

npm run build
npm start