Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rifandani/poll-app
- Owner: rifandani
- License: mit
- Created: 2020-05-04T07:11:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T16:27:48.000Z (about 2 years ago)
- Last Synced: 2024-11-20T20:56:50.439Z (2 months ago)
- Topics: canvasjs, expressjs, heroku, mongoose, nodejs, poll, poll-application, pusher
- Language: CSS
- Size: 679 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.