taskcafe

An open source project management tool with Kanban boards

Github星跟踪图

Please note that this project is still in active development. Some options may not work yet! For updates on development, join the Discord server

Taskcafe

Features

Currently Taskcafe only offers basic task tracking through a Kanban board.

Currently you can do the following to tasks:

  • Task sorting & filtering
  • Add colors & named labels
  • Add due dates
  • Descriptions written in Markdown
  • Assign members
  • Checklists
  • Mark tasks as complete

For a list of planned features, check out the Roadmap!

Installation

With docker & docker-compose

You'll need both docker & docker-compose installed.

First clone the repository:

git clone https://github.com/JordanKnott/taskcafe && cd taskcafe

Now do the following:

docker-compose -p taskcafe up -d

This will start a postgres instance as well as a taskcafe instance.

The second command runs the database schema migrations.

If you visit http://localhost:3333, you will get redirected to the installation
screen so that you can create the first system user.

From Source

You'll need Golang installed on your machine.

Next, clone the repository:

git clone https://github.com/JordanKnott/taskcafe && cd taskcafe

Next we need to build the binary. This project uses Mage for its build tool.

go run cmd/mage/main.go install
go run cmd/mage/main.go build

This will:

  • Install all yarn packages for the frontend
  • Build the React frontend
  • Embed the React frontend in the binary
  • Compile the final exectuable binary

The newly created taskcafe binary can be found in the dist folder.

It contains everything neccessary to run except the config file. An example config file can be found in conf/app.example.toml.

For more information on configuration, please read the wiki.
The config will need to be copied to a conf/app.toml in the same place the binary is.

Make sure to fill out the database section of the config in order to connect it to your database.

Then run the database migrations with taskcafe migrate.

Now you can run the web interface by running taskcafe web.

A more detailed guide for installing on Ubuntu/Debian

How is this different from X (Trello, NextCloud, etc)?

One of the primary goals of Taskcafe is to provide a project management tool that I personally enjoy using for my
own projects and fits my workflow.

During alpha development, the current plan is to build the "basic" features - features that are pretty much
standard across all kanban boards / project management tools.

Once Taskcafe is out of alpha, there are many features that I plan on adding that will differentiate it from other products (check out the Roadmap for ideas on future plans).

Contributing & community

If you have questions regarding how to use Taskcafe, check out the discord server.

If you're interesting in contributing to Taskcafe, please read the contribution guide first!

There is also a Code of Conduct as well.

License

MIT License

主要指标

概览
名称与所有者JordanKnott/taskcafe
主编程语言TypeScript
编程语言Go (语言数: 9)
平台
许可证MIT License
所有者活动
创建于2020-06-01 02:21:43
推送于2023-07-23 18:48:35
最后一次提交2022-09-02 12:05:43
发布数10
最新版本名称0.3.6 (发布于 2021-09-13 13:09:53)
第一版名称0.1.0 (发布于 2020-08-21 23:15:15)
用户参与
星数4.7k
关注者数86
派生数399
提交数262
已启用问题?
问题数83
打开的问题数14
拉请求数19
打开的拉请求数4
关闭的拉请求数23
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?