All Projects → yappkahowe → Scrumboard

yappkahowe / Scrumboard

Licence: mit
A simple real-time scrum board built with Laravel 5.3 + Pusher.

Labels

Projects that are alternatives of or similar to Scrumboard

messenger
Laravel messenger. A full messenger suite for your new / existing laravel app! Private and group threads between multiple models, with real-time messaging, reactions, attachments, calling, chat bots, and more!
Stars: ✭ 194 (+438.89%)
Mutual labels:  pusher
Pusher Http Python
Pusher Channels HTTP API library for Python
Stars: ✭ 320 (+788.89%)
Mutual labels:  pusher
Poxa
Pusher server implementation compatible with Pusher client libraries.
Stars: ✭ 898 (+2394.44%)
Mutual labels:  pusher
citycatch
CityCatch is a variation of "Word chain" game, made on Svelte+Effector+Tailwind
Stars: ✭ 29 (-19.44%)
Mutual labels:  pusher
Laravel Websockets Demo
Demo application to use with the Laravel WebSockets package.
Stars: ✭ 286 (+694.44%)
Mutual labels:  pusher
Laravel Websockets
Websockets for Laravel. Done right.
Stars: ✭ 4,157 (+11447.22%)
Mutual labels:  pusher
Design-Prototype-Feedback-Application
Invision-like Design Prototype Feedback Application built using Laravel Vue and Pusher
Stars: ✭ 13 (-63.89%)
Mutual labels:  pusher
Pusher Chatkit Laravel
Laravel wrapper for the Chatkit PHP SDK. ChatKit is shutting down 😕 - https://blog.pusher.com/narrowing-our-product-focus
Stars: ✭ 21 (-41.67%)
Mutual labels:  pusher
Mercurius
Real-time Messenger for Laravel
Stars: ✭ 309 (+758.33%)
Mutual labels:  pusher
Laravel Vue Boilerplate
🐘 A Laravel 6 SPA boilerplate with a users CRUD using Vue.js 2.6, GraphQL, Bootstrap 4, TypeScript, Sass, and Pug.
Stars: ✭ 472 (+1211.11%)
Mutual labels:  pusher
vue-input-streaming
A Vue2 Input Streaming RealTime And Two Way Data Binding Broadcasting with Pusher
Stars: ✭ 24 (-33.33%)
Mutual labels:  pusher
echo-server
Echo Server is a container-ready, multi-scalable Node.js application used to host your own Socket.IO server for Laravel Broadcasting.
Stars: ✭ 36 (+0%)
Mutual labels:  pusher
Pusher Http Laravel
[DEPRECATED] A Pusher Channels bridge for Laravel
Stars: ✭ 410 (+1038.89%)
Mutual labels:  pusher
trello-kanban-cards-clone
This is an example on how to make a Trello Kanban card style application with Vue and Pusher
Stars: ✭ 28 (-22.22%)
Mutual labels:  pusher
Pusher Http Haskell
Pusher Haskell HTTP Library
Stars: ✭ 25 (-30.56%)
Mutual labels:  pusher
pushest
Bidirectional Pusher client in Elixir
Stars: ✭ 33 (-8.33%)
Mutual labels:  pusher
Wxpusher Client
微信消息实时推送服务[WxPusher],可以通过API实时给个人微信推送消息。wechat pusher.
Stars: ✭ 352 (+877.78%)
Mutual labels:  pusher
Lynnhosting
Open Source, Web Hosting Automation built with Laravel
Stars: ✭ 36 (+0%)
Mutual labels:  pusher
Chatify
A Laravel package that allows you to add a complete user messaging system into your new/existing Laravel application.
Stars: ✭ 885 (+2358.33%)
Mutual labels:  pusher
Wsify
Just a tiny, simple and real-time self-hosted pub/sub messaging service
Stars: ✭ 452 (+1155.56%)
Mutual labels:  pusher

Scrum Board

This is a simple real-time scrum board for a small team. It is built with Laravel 5.3, Vue 2, and Pusher.

Screenshot of Scrum Board

Requirement

  • LAMP
  • Composer

Getting Started

    1. Clone or download this project.
    1. Copy .env.example to .env and change the environment values accordingly, e.g. app name, .
    1. Enter your Pusher key, secret, app ID, and cluster to .env file.
    1. The default authentication mechanism is Google OAuth 2 using Laravel Socialite package. Enter your Google client ID and secret for OAuth2, or you can modify the code to enable other authentication mechanism e.g. the username/password.
    1. Edit the UsersTableSeeder and StagesTableSeeder to add users and stages to database. Stages are the columns in scrum board.
    1. Run command: composer install
    1. Run command: php artisan key:generate
    1. Run command: php artisan migrate --seed
    1. Done!

License

This 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].