Skip to content

Realtime event scheduling application using Vue and Pusher

Notifications You must be signed in to change notification settings

HackAfro/vue-event-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime event scheduling application

Realtime event scheduling using Pusher and VueJS

Prerequisites

Getting started

  • Clone the project and install dependencies:
  • Create a file named .env. Update the .env file with the content below:
PUSHER_ID=app-id
PUSHER_KEY=app-key
PUSHER_SECRET=app-secret
PUSHER_CLUSTER=cluster

Note: ensure to replace the placeholder values with your pusher appId, key, cluster and secret.

  • Clone the repo
  • Enter the project folder
  • Run yarn or npm i
  • Start server by running node server
  • Run yarn serve to start the application

Built With

About

Realtime event scheduling application using Vue and Pusher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published