Skip to content

Michaux-Technology/Geco-Kanban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

*** Break in programming due to the summer school holidays ***

✅ Project management software Open Source

Alv_3hkBI8Q

✅ Description

This software lets you manage projects using Kanban. Each project comprises tasks that can be dragged from one column to another.
The software is multi-user and changes are visible live, without the need to refresh the page.

✅ Technologies used

HTML React.js Node.js Express.js Mongodb

✅ Rights

The license available on Github is :

CC BY-NC-ND 4.0 DEED

✅ Origin of the project

This project was created in 🇫🇷 and 🇩🇪 by Valéry-Jérôme Michaux

✅ Project status

Missing features für v. 2.4.6 :

  • New users created in List of collaborators have the password: 1234. The user must change their password.
  • After this summer break, we'll be back to checking our posts and "Likes".

✅ Questions / Answers

Ask your questions, let us know about bugs... Click here

✅ Setup

  1. Install your Mongodb server and create your collection with a name such as "Kanban".

  2. Install Node.js and npm.

  3. Configure your backend so that it can read this collection under :

    /backend/config.js

  4. Then configure your React.js frontend so that it can read your backend server:

    /frontend/config.jsx

  5. install the project in the command prompt :

    npm install

  6. Launch the backend under ./backend :

    node index.js

  7. Run the frontend under ./frontend :

    npm start

✅ Make a donation

To obtain a license :

make the right donation

🙏🙏🙏

Good luck!