All Projects → sunl888 → student-work

sunl888 / student-work

Licence: MIT license
基于 Laravel5 开发的学生处任务发布监控系统

Programming Languages

PHP
23972 projects - #3 most used programming language
Vue
7211 projects

Projects that are alternatives of or similar to student-work

Phulp
The task manager for php
Stars: ✭ 294 (+1236.36%)
Mutual labels:  task, task-manager
rush
🏃‍♀️ Minimalistic CLI Tool for Managing and Running Bash Snippets
Stars: ✭ 35 (+59.09%)
Mutual labels:  task, task-list
concurrent-tasks
A simple task runner which will run all tasks till completion, while maintaining concurrency limits.
Stars: ✭ 27 (+22.73%)
Mutual labels:  task, task-list
Topydo
A powerful todo list application for the console, using the todo.txt format.
Stars: ✭ 511 (+2222.73%)
Mutual labels:  task, task-manager
Taskr
A simple task manager app
Stars: ✭ 760 (+3354.55%)
Mutual labels:  task, task-manager
Tasklite
The CLI task manager for power users
Stars: ✭ 91 (+313.64%)
Mutual labels:  task, task-manager
Gantt Elastic
Gantt Chart [ javascript gantt chart, gantt component, vue gantt, vue gantt chart, responsive gantt, project manager , vue projects ]
Stars: ✭ 869 (+3850%)
Mutual labels:  task, task-manager
Dramatiq
A fast and reliable background task processing library for Python 3.
Stars: ✭ 2,844 (+12827.27%)
Mutual labels:  task, task-manager
Materias-UFFS
Todo conteúdo do Curso, você encontra aqui 🍩 👾(COLINHA 😂)
Stars: ✭ 61 (+177.27%)
Mutual labels:  students
github-task-manager
receive github hook, notify agent, receive task results, notify github
Stars: ✭ 13 (-40.91%)
Mutual labels:  task
competitive-programming
A one stop resource for competitive programming.
Stars: ✭ 59 (+168.18%)
Mutual labels:  students
Android-Task-Injection
Task Hijacking in Android (somebody call it also StrandHogg vulnerability)
Stars: ✭ 52 (+136.36%)
Mutual labels:  task
maker
Maker is a advanced mobile ToDo app for Android and iOS
Stars: ✭ 35 (+59.09%)
Mutual labels:  task
EnumerableAsyncProcessor
Process Multiple Asynchronous Tasks in Various Ways - One at a time / Batched / Rate limited / Concurrently
Stars: ✭ 84 (+281.82%)
Mutual labels:  task
taskrunner
🍑 a configurable task runner written in go
Stars: ✭ 28 (+27.27%)
Mutual labels:  task
sam.cr
Rake-like task manager
Stars: ✭ 83 (+277.27%)
Mutual labels:  task-manager
doocrate
Doocrate - Co-Create event management platform
Stars: ✭ 19 (-13.64%)
Mutual labels:  task-list
leek
Celery Tasks Monitoring Tool
Stars: ✭ 77 (+250%)
Mutual labels:  task
SpaceBattleArena
Space Battle Arena is a Programming Game.
Stars: ✭ 15 (-31.82%)
Mutual labels:  students
taskw-dart
Taskwarrior-inspired mobile todo app
Stars: ✭ 58 (+163.64%)
Mutual labels:  task

学生处任务发布监控系统

环境要求

  • PHP >= 7.0
  • MySQL >= 5.6
  • Node.js

开始安装

github 克隆本项目

# from github clone this project.
git clone https://github.com/wqer1019/student-work.git

composer

cd student-work
composer install

安装前端依赖

npm install

编译前端资源

npm run dev

配置

# 修改.env里面的数据库信息
cp .env.example .env

生成密钥

php artisan key:generate

创建数据库并填充测试数据

php artisan migrate --seed

导入老师信息

php artisan import:users

UML模型


License

The project is open-sourced software licensed under the 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].