Skip to content

TeamNuclearCodes/Kanbanify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanbanify

A one stop solution for people who have hard time managing their projects.

Contents

Overview 📚

Kanbanify is a powerful and intuitive project management tool designed to help teams and individuals streamline their workflows, collaborate effectively, and manage multiple projects seamlessly. Inspired by the simplicity of Kanban boards and the functionality of GitHub Projects, Kanbanify brings a modern approach to task management and team collaboration.


Features

  • Create and manage Kanban boards for your projects.
  • Organize tasks into customizable columns (e.g., To Do, In Progress, Done).
  • Drag-and-drop functionality for easy task management.
  • Invite team members to collaborate on shared boards.
  • Assign tasks, leave comments, and track progress in real-time.

Installation & Usage 🔧

Prerequisites 📋

  • Node.js
  • npm or yarn
  • Rust

Installation 🔧

  1. Clone the repository
git clone https://github.com/TeamNuclearCodes/Kanbanify.git
cd Kanbanify
  1. Install the dependencies
cd server && npm install
cd ../client && npm install

Environment Variables 📝

  1. Server
DATABASE_URL="Postgres database uri here"
JWT_SECRET="jwt access token secret key"
JWT_REFRESH_SECRET="jwt refresh token secret key"
  1. Client
VITE_API_BASE_URL="base url of the server"

Running the project

cd server && npm run dev
cd client && npx tauri dev

Building the client

cd client && npx tauri build

The executable file will be in the client/src-tauri/target/release/ directory after building.

API documentation of Kanbanify can be found here

Gallery 📸

Login Dashboard
Board Page Card Dialog

Team Members

Aaron George
Abraham
Eshaan
Abdulkalam
@aaron-6960 @Eshaanmanath
Midhun Unni Vasanth R
@midhununni457 @1337kid

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages