Skip to content

This is a full-stack Kanban task management app with a user-friendly interface that allows users to easily manage and track their tasks.

Notifications You must be signed in to change notification settings

kanban-org/kanban-board

Repository files navigation

Kanban - Get your tasks managed efficiently

Manage tasks efficiently


Steps to run the project

Install backend dependencies

Clone the repository

git clone https://github.com/kanban-org/kanban-board.git

Install dependencies

cd kanban-board
npm install

Create .env file in kanban-server directory

  • Add the environment variables as mentioned in .env.example file to .env file. (Note: Add your own values to the environment variables)
  • Do the same for kanban-client directory

Run the project

npm run start

Tech stacks used

  • React.js
  • SCSS
  • Express.js
  • PostgreSQL
  • Sequelize ORM

About

This is a full-stack Kanban task management app with a user-friendly interface that allows users to easily manage and track their tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published