All Projects → neoighodaro → Design-Prototype-Feedback-Application

neoighodaro / Design-Prototype-Feedback-Application

Licence: other
Invision-like Design Prototype Feedback Application built using Laravel Vue and Pusher

Programming Languages

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

Projects that are alternatives of or similar to Design-Prototype-Feedback-Application

Wsify
Just a tiny, simple and real-time self-hosted pub/sub messaging service
Stars: ✭ 452 (+3376.92%)
Mutual labels:  pusher, realtime
vue-input-streaming
A Vue2 Input Streaming RealTime And Two Way Data Binding Broadcasting with Pusher
Stars: ✭ 24 (+84.62%)
Mutual labels:  pusher, realtime
laravel-realtime-chat-pusher
Contoh aplikasi realtime chat dengan pusher
Stars: ✭ 36 (+176.92%)
Mutual labels:  pusher, realtime
Beaver
💨 A real time messaging system to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps.
Stars: ✭ 1,056 (+8023.08%)
Mutual labels:  pusher, realtime
Laravel Realtime Example
Realtime 🍕 Pizza Order Tracker 🍕 - Laravel, Vue & Pusher
Stars: ✭ 165 (+1169.23%)
Mutual labels:  pusher, realtime
docs
The official soketi documentation. 📡
Stars: ✭ 55 (+323.08%)
Mutual labels:  pusher, realtime
python-realtime-table
Building realtime table using Python and Channels
Stars: ✭ 12 (-7.69%)
Mutual labels:  pusher, realtime
soketi
Just another simple, fast, and resilient open-source WebSockets server. 📣
Stars: ✭ 2,202 (+16838.46%)
Mutual labels:  pusher, realtime
realtime-multiplayer-space-invaders
Realtime Multiplayer Space Invaders Game with Phaser 3 and Ably
Stars: ✭ 42 (+223.08%)
Mutual labels:  realtime
transit
Massively real-time city transit streaming application
Stars: ✭ 20 (+53.85%)
Mutual labels:  realtime
transitime
TheTransitClock real-time transit information system
Stars: ✭ 60 (+361.54%)
Mutual labels:  realtime
django-rest-live
Subscribe to updates from Django REST Framework over Websockets.
Stars: ✭ 48 (+269.23%)
Mutual labels:  realtime
node-v
🔒 Secure ❄️ Synchronized ⚡️ Realtime ☁️ Cloud 🌈 Native JavaScript Variables & Events
Stars: ✭ 27 (+107.69%)
Mutual labels:  realtime
accelerator-core-ios
Syntax sugar of OpenTok iOS SDK with Audio/Video communication including screen sharing
Stars: ✭ 30 (+130.77%)
Mutual labels:  realtime
FlipED
A LMS built specifically for Thailand's Education 4.0 system.
Stars: ✭ 24 (+84.62%)
Mutual labels:  realtime
core-api
Streamr Core backend
Stars: ✭ 52 (+300%)
Mutual labels:  realtime
OBNI
Objet Bruité Non Identifié - Unity displacement shader
Stars: ✭ 28 (+115.38%)
Mutual labels:  realtime
glip-lib
An OpenGL Image Processing Library (in C++/GLSL).
Stars: ✭ 14 (+7.69%)
Mutual labels:  realtime
flask-redis-realtime-chat
A simple Flask realtime chat using Redis PubSub
Stars: ✭ 31 (+138.46%)
Mutual labels:  realtime
spontit-api-python-wrapper
Send functional, flexible push notifications to iOS, Android, and desktop devices (without your own app or website).
Stars: ✭ 35 (+169.23%)
Mutual labels:  pusher

Example on how to build a realtime design prototype feedback app using Vue, Pusher and Laravel

Get help on Codementor


Requirements

For this to work, you need to have

  • Knowledge of PHP & the Laravel framework.
  • Knowledge of JavaScript (ES6).
  • Knowledge of VueJS.
  • PHP 7.0+ installed locally on your machine.
  • Laravel CLI installed locally.
  • Composer installed locally.
  • NPM and NodeJS installed locally.
  • A Pusher application. Create one on pusher.com.

View tutorial

Installation

  • Download or clone the repository.
  • Copy the .env.example file to .env.
  • In your .env file
    • Change the DB_CONNECTION=sqlite
    • Remove all other DB_* keys.
    • Change BROADCAST_DRIVER=pusher.
    • Update the PUSHER_APP_* keys with the values from the Pusher dashboard.
    • Add PUSHER_APP_CLUSTER="CLUSTER" where CLUSTER is the Pusher application cluster.
  • Run php artisan key:generate to generate the key for the env file.
  • Run touch databases/database.sqlite to create the SQLite database file.
  • Run php artisan migate to migrate the databases.
  • Update the resources/assets/js/bootstrap.js file with the Pusher key.
  • Run npm install to install the dependencies.
  • Run npm run dev to run the NPM script.
  • Run php artisan serve.
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].