Kanban project management app - inspired by Microsoft Planner, built with React, Node.js, Express, MongoDB and Socket.io
Click here to view a demo.
Create a config folder with a dev.env file (you need 1 .env file for each environment) in the project root directory with the following variables:
MONGODB=YOUR_MONGODB_ATLAS_URL
JWT_SECRET=YOUR_JWT_SECRET
CLOUDINARY_CLOUD_NAME=YOUR_CLOUDINARY_CLOUD_NAME
CLOUDINARY_API_KEY=YOUR_CLOUDINARY_API_KEY
CLOUDINARY_API_SECRET=YOUR_CLOUDINARY_API_SECRET
Then run the following commands in the terminal: