https://github.com/hochanh/pollice
VinID hackathon 2019 project
https://github.com/hochanh/pollice
google-slides interactive poll vinid
Last synced: about 1 month ago
JSON representation
VinID hackathon 2019 project
- Host: GitHub
- URL: https://github.com/hochanh/pollice
- Owner: hochanh
- Archived: true
- Created: 2019-09-08T07:35:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T07:35:41.000Z (over 5 years ago)
- Last Synced: 2023-02-27T12:27:39.521Z (about 2 years ago)
- Topics: google-slides, interactive, poll, vinid
- Language: JavaScript
- Homepage:
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pollice
=======> Yet another poll app
## Setup server
1. Install `mongodb` & start it in default port
2. Start server
```
cd server
yarn
yarn run start
```## Setup client
```
cd client
yarn
yarn serve
```## Setup Chrome extension
Load unpacked from `chrome_extension` folder.
## Quick start
1. Create poll from http://127.0.0.1:8080, get question id from response, e.g. `5d6bca941d58c724cf712ee3`.
2. Insert a shape in your Google Slides presentation, add hyper link to `#poll=5d6bca941d58c724cf712ee3`.
3. Start your presentation, click in the shape you just link in step 2 above and enjoy!