This app is based Next.js with apollo-redux, includes features like login/register, upload, using react-bootstrap as UI.
This app demostrates the following features:
- Next.js
- Redux
- Apollo
- Apollo subscription
- Apollo upload server
- Apollo upload client
- redux-form
- React-bootstrap
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