All Projects → JordanKnott → Taskcafe

JordanKnott / Taskcafe

Licence: mit
An open source project management tool with Kanban boards

Programming Languages

typescript
32286 projects
go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language
PLpgSQL
1095 projects
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Taskcafe

Kreta
Modern project management solution
Stars: ✭ 177 (-93.79%)
Mutual labels:  graphql, project-management
yoda
GitHub extension for agile project management, using the issues subsystem.
Stars: ✭ 86 (-96.98%)
Mutual labels:  project-management, kanban-board
general-interview-questions
Project Management Basics
Stars: ✭ 52 (-98.17%)
Mutual labels:  project-management, kanban-board
agileseason-v1
Kanban board for GitHub issues
Stars: ✭ 12 (-99.58%)
Mutual labels:  project-management, kanban-board
Wuffle
A multi-repository task board for GitHub issues.
Stars: ✭ 93 (-96.73%)
Mutual labels:  project-management, kanban-board
React Trello Multiboard
React-Trello-Multiboard is a single-page application built with React displaying multiple cards of several Trello® boards and lists. The cards can be filtered by preferred team members.
Stars: ✭ 43 (-98.49%)
Mutual labels:  project-management, kanban-board
iguana
Iguana is an open source issue management system with a kanban board.
Stars: ✭ 39 (-98.63%)
Mutual labels:  project-management, kanban-board
Focalboard
Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
Stars: ✭ 1,153 (-59.52%)
Mutual labels:  project-management, kanban-board
Vscode Kanban
Kanban board for Visual Studio Code.
Stars: ✭ 191 (-93.29%)
Mutual labels:  project-management, kanban-board
Wp Decoupled
Next.js app with WPGraphQL and WordPress at the backend.
Stars: ✭ 197 (-93.08%)
Mutual labels:  graphql
Django Graphql Auth
Django registration and authentication with GraphQL.
Stars: ✭ 200 (-92.98%)
Mutual labels:  graphql
Nexus
Code-First, Type-Safe, GraphQL Schema Construction
Stars: ✭ 2,722 (-4.42%)
Mutual labels:  graphql
Gramps Legacy
The core data source combination engine of GrAMPS.
Stars: ✭ 198 (-93.05%)
Mutual labels:  graphql
Graphql Doctor
Prevent Breaking Changes in a GraphQL API with GitHub Checks
Stars: ✭ 203 (-92.87%)
Mutual labels:  graphql
Join Monster
A GraphQL to SQL query execution layer for query planning and batch data fetching.
Stars: ✭ 2,395 (-15.91%)
Mutual labels:  graphql
Graphql Camara Deputados
API GraphQL com os dados da câmara de deputados do Brasil
Stars: ✭ 204 (-92.84%)
Mutual labels:  graphql
Crudl Example Express
CRUDL with Node/Express and MongoDB
Stars: ✭ 197 (-93.08%)
Mutual labels:  graphql
Graphql Schema comparator
Get changes between two GraphQL schemas 🤖
Stars: ✭ 196 (-93.12%)
Mutual labels:  graphql
Mongoke
Instant Graphql for MongoDb (active branch is golang, rewrite in process)
Stars: ✭ 203 (-92.87%)
Mutual labels:  graphql
Graphql Parser
A graphql query language and schema definition language parser and formatter for rust
Stars: ✭ 203 (-92.87%)
Mutual labels:  graphql

Taskcafe logo

Discord Releases Dockerhub Go Report Card Docker pulls

Report Bug · Request Feature · Ask a Question

Was this project useful? Please consider donating to help me improve it!

This project is still in alpha development

Taskcafe

Features

The following features have been implemented:

  • Manage tasks through a Kanban board interface (set due dates, labels, add checklists)
  • View all your current assigned tasks through the My Tasks view
  • Personal projects
  • Task comments and activity

This project is still in active development, so some options may not be fully implemented yet.

For updates on development, join the Discord server.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].