Skip to content

Kanban project management app - inspired by Microsoft Planner, built with React and Node.js

Notifications You must be signed in to change notification settings

trung2012/planned

Repository files navigation

Planned

Kanban project management app - inspired by Microsoft Planner, built with React, Node.js, Express, MongoDB and Socket.io

Click here to view a demo.

Planned Homepage


Planned Homepage


Planned Homepage

How to use the project:

git clone https://github.com/trung2012/planned.git

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:

npm install

cd client && npm install

cd ..

npm run dev


Enjoy!

About

Kanban project management app - inspired by Microsoft Planner, built with React and Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages