Skip to content

Arunkumar-MS/react-Mongo-GraphQL-Redux-ReactRouter

Repository files navigation

CircleCI

All Contributors

All great things combined together

Back End:

  • Data storage : MongoDB (mlab)
  • Server Side : NodeJS

Client and Server communication

  • GraphQL

Client Side:

  • View : ReactJS
  • Routing : React-Router
  • Data Flow : ReduxJS

Bundler:

  • Webpack

Java Script Standard:

  • ES6

Hosting

  • Heroku

###For Live website Demo please visite : Click me

###For Live GraphQL Demo please visite : Click me

Simple GraphQL query

query { Products { id, title } }

Steps to Runing locally

1) npm i or yarn
2) npm run start or yarn run start
3) goto http://localhost:4000/

Note: Make sure you have installed webpack globally or you can do it by just running npm i -g webpack.
To enable delete button make sure you Edit /config/index.js ---> DisableDelete = false

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Rakesh Nayak

💻 📖 ⚠️

Ragu

💻 📖 ⚠️

Arunkumar

💻 📖 ⚠️

This project follows the all-contributors specification. Contributions of any kind welcome!