All Projects → ww285276792 → todo.link

ww285276792 / todo.link

Licence: GPL-3.0 license
基于项目的任务管理系统

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to todo.link

Gantt Elastic
Gantt Chart [ javascript gantt chart, gantt component, vue gantt, vue gantt chart, responsive gantt, project manager , vue projects ]
Stars: ✭ 869 (+865.56%)
Mutual labels:  task, project
Streak-Tasks
Streak Tasks Habit Tracker
Stars: ✭ 27 (-70%)
Mutual labels:  task, project
Javascript Total
Сборник практических вопросов, задач разного уровня сложности, сниппетов (утилит), паттерны проектирования, а также полезные ссылки по JavaScript
Stars: ✭ 214 (+137.78%)
Mutual labels:  task, project
Teamvision
Teamvision软件工程协作工具
Stars: ✭ 380 (+322.22%)
Mutual labels:  task, project
Todokit
TodoKit - A beautiful bug and issue tracking software.
Stars: ✭ 253 (+181.11%)
Mutual labels:  task, project
Opendevops
CODO是一款为用户提供企业多混合云、一站式DevOps、自动化运维、完全开源的云管理平台、自动化运维平台
Stars: ✭ 2,990 (+3222.22%)
Mutual labels:  task
react-native-dnd-board
A drag and drop Kanban board for React Native.
Stars: ✭ 41 (-54.44%)
Mutual labels:  task
Asyncex
A helper library for async/await.
Stars: ✭ 2,794 (+3004.44%)
Mutual labels:  task
Dramatiq
A fast and reliable background task processing library for Python 3.
Stars: ✭ 2,844 (+3060%)
Mutual labels:  task
SnowTrail
No description or website provided.
Stars: ✭ 22 (-75.56%)
Mutual labels:  project
csharp-workshop
NDC London 2019, Workshop: Become a better C# programmer: more Value, more Expressions, no Waiting
Stars: ✭ 21 (-76.67%)
Mutual labels:  task
examrank-02-03-04-05-06
exam project 2020
Stars: ✭ 195 (+116.67%)
Mutual labels:  project
Task Easy
A simple, customizable, and lightweight priority queue for promises.
Stars: ✭ 244 (+171.11%)
Mutual labels:  task
todo-cli
✅ Command-line tool to manage Todo lists
Stars: ✭ 88 (-2.22%)
Mutual labels:  project
Selinon
An advanced distributed task flow management on top of Celery
Stars: ✭ 237 (+163.33%)
Mutual labels:  task
emptyproject-flow
Empty project: Flow
Stars: ✭ 77 (-14.44%)
Mutual labels:  project
quickstartup-template
Django Boilerplate Template for SaaS applications
Stars: ✭ 44 (-51.11%)
Mutual labels:  project
jira-project-export
Export issues and metadata for a single JIRA project as JSON.
Stars: ✭ 18 (-80%)
Mutual labels:  project
AssemblyLine
AssemblyLine is a library for easily writing workflows.
Stars: ✭ 40 (-55.56%)
Mutual labels:  task
composer
API-first task runner with three methods: task, run and watch.
Stars: ✭ 35 (-61.11%)
Mutual labels:  task

基于项目的任务管理系统

todo.link是基于项目为基础的任务管理系统,使用laravel进行开发,秉承简洁、易用的准则。

线上地址

www.todo.link avatar

运行环境要求

  • PHP 7.1+
  • MySQL 5.6+

开发环境部署/安装

基础安装

克隆源代码

克隆源代码到本地:

git clone [email protected]:ww285276792/todo.link.git

安装扩展包依赖

composer install

生成配置文件

cp .env.example .env

生成数据表

$ php artisan migrate

初始化系统数据

$ php artisan module:seed Core

文件上传配置

$ php artisan storage:link

License

GNU General Public License v3.0

Todo

  • 项目自定义角色权限管理
  • 通知系统
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].