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 } }
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
Thanks goes to these wonderful people (emoji key):
Rakesh Nayak 💻 📖 |
Ragu 💻 📖 |
Arunkumar 💻 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!