Skip to content

rifandani/poll-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time Poll App

Membangun Real-Time Polling Application berbasis Express, Pusher, dan MongoDB

Demo

Demo aplikasi dapat diakses dengan link berikut: Poll Application

Prerequisites

Prasyaratnya yaitu:

  • Download dan Install NodeJS
  • Download dan Install NPM

Installation

# clone repo
$ git clone https://github.com/rifandani/poll-app.git

# masuk ke app's directory
$ cd my-project

# install app's dependencies
$ npm install

Usage

# jalankan aplikasi mode development dengan package nodemon
$ npm run dev

Lalu, buka localhost di browser anda.