Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rifandani/poll-app

Simple Polling App hosted on heroku
https://github.com/rifandani/poll-app

canvasjs expressjs heroku mongoose nodejs poll poll-application pusher

Last synced: 9 days ago
JSON representation

Simple Polling App hosted on heroku

Awesome Lists containing this project

README

        

# Real-Time Poll App

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

## Demo

Demo aplikasi dapat diakses dengan link berikut: [Poll Application](https://pusher-polling-app.herokuapp.com/)

## 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.