Skip to content

Vinicius-8/kando

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

104 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KanDo

KanDo is a web application that allows you to manage tasks on a kanban board. With KanDo, you can create, edit, and delete tasks, move them between different columns of the kanban board, and update their status.

KanDo was developed using Django, Postgres, and jQuery. The backend of the application is powered by Django, while the Postgres database is used to store information about tasks and their status. The frontend of the application uses jQuery for user interface manipulation as well as for communication with the backend.

Demo

You can try out KanDo online at https://django-kando.fly.dev. This is a demo endpoint where you can test KanDo's features without having to set it up locally. Please note that this is just a demo environment and any data you create will be periodically wiped.

Features

KanDo has the following features:

  • Create, edit, and delete tasks.
  • Move tasks between columns of the kanban board.
  • Update the status of tasks.

How to Run

To run KanDo, follow these instructions:

  1. Clone this repository to your local machine using the following command:
git clone https://github.com/Vinicius-8/kando.git
  1. Install the Python dependencies listed in requirements.txt using the following command:
pip install -r requirements.txt
  1. Create a Postgres database or SQLite3 and update the database settings in settings.py.

  2. Run the database migrations using the following command:

python manage.py migrate
  1. Start the Django development server using the following command:
python manage.py runserver
  1. Open a web browser and navigate to http://localhost:8000 to access the application.

About

A kanban manager application made with Django

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors