This app is based Next.js with apollo-redux
This app demostrates the following features:
Install mongodb and configure in .env
Install it and run server:
cd ./server
npm install
npm run dev
Install it and run server:
cd ./client
npm install
npm run dev