This is a graphql tutorial project focuses on managing data efficiently. This project is solely for testing purpose to get familiar with GraphQL framework.
There are two types of projects in this repo. One for Back-End and one for Front-End. You need to install node modules for both projects.
cd server
npm install
cd client
npm install
Note: Currently, the project uses mongoDB mLab to host data. You will need to have a "setting.js" file in your server site folder to setup connection string for your server app to host.
Please note that the client site project is autogenerated by 'create-react-app' framework to speedup the process. You can find more about it at Create React App.
cd server
npm start
cd client
npm start
Apollo-Boost : "^0.4.9"
Cors : "^2.8.5"
Express : "^4.17.1"
Express-graphql : "^0.9.0"
Graphql : "^15.1.0"
Lodash : "^4.17.15"
Mongoose : "^5.9.22"
React : "^16.13.1"
React-Dom : "^16.13.1"
React-Scripts : "3.4.1"
React : "^16.13.1"