https://github.com/scaledrone/nodejs-voting
https://github.com/scaledrone/nodejs-voting
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scaledrone/nodejs-voting
- Owner: ScaleDrone
- Created: 2019-01-11T06:53:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T20:26:13.000Z (over 6 years ago)
- Last Synced: 2025-01-25T11:43:59.707Z (5 months ago)
- Language: JavaScript
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Scaledrone powered realtime voting system
In this project, We built a voting system where users can vote for their favorite football players and see their votes and that of other users in realtime.

## Get Started
### Clone the project
by running this command:
git clone https://github.com/Kennypee/scaledrone-demo
### Install
Install the project dependencies by running this command:
npm install
### Start the project
Start the project development server by running this command:
npm start