- Create React App
- Material-UI
- Apollo Client
- Graphql
- Database MongoDB
- for server side:
npm i express nodemon graphql express-graphql mongoose cors --save
- for front side (UI):
yarn add apollo-boost react-apollo graphql @material-ui/core @material-ui/icons react-swipeable-views recompose
- Go to folder server and install dependecies:
npm install
- Run server:
npm run dev
- Run server:
- Go to folder application and install dependencies :
yarn install
- Run project:
yarn start
- Run project: