A Full stack Kanban Board web application built using ExpressJS, ReactJS, Redux and MongoDB (MERN Stack).
- Drag and drop interface
- Real time collaboration using socket.io
- Optimistic UI updates for faster response
- Add colors and named labels
- Assign members
cd frontendto change into frontend directory.- Run
npm installthennpm startto start development server - Add
.envin root folder with follow variablesREACT_APP_API_URLandREACT_APP_HOSTfor backend host and socket.io host respectively.
cd backendto change into backend directory.- Run
npm installto install dependencies. npm run serverstartfor linux operating system.SET DEBUG=backend:* | npm run devstartin powershell windows.- Setup a
.envfile in config folder as shown in.env.example.
