Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fritz-c/topic-vote
Socket.io-based conversation topic voting tool
https://github.com/fritz-c/topic-vote
Last synced: 27 days ago
JSON representation
Socket.io-based conversation topic voting tool
- Host: GitHub
- URL: https://github.com/fritz-c/topic-vote
- Owner: fritz-c
- License: mit
- Created: 2015-08-18T10:55:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T01:09:15.000Z (about 7 years ago)
- Last Synced: 2023-08-05T05:03:29.828Z (over 1 year ago)
- Language: Handlebars
- Homepage: https://topic-vote-demo.herokuapp.com
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conversation topic voting tool
A socket-based voting tool for use in meetups, language exchange groups, etc.
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
Manual Heroku deploy:
```sql
heroku createheroku addons:create heroku-postgresql:hobby-dev
node dbInit.js# to enable db access from local app:
# get DATABASE_URL info from:
heroku config -s
# Replace CONFIG_VAL with the URL and run:
export DATABASE_URL=CONFIG_VAL?ssl=true
```### License
MIT