https://github.com/tav0/chatty-votes
Vote, chat, and visualize a survey.
https://github.com/tav0/chatty-votes
mysql nodejs reactjs redis socket-io
Last synced: 2 months ago
JSON representation
Vote, chat, and visualize a survey.
- Host: GitHub
- URL: https://github.com/tav0/chatty-votes
- Owner: Tav0
- Created: 2017-02-21T13:16:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T13:18:02.000Z (over 9 years ago)
- Last Synced: 2025-03-24T12:49:47.245Z (over 1 year ago)
- Topics: mysql, nodejs, reactjs, redis, socket-io
- Language: JavaScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatty Votes
> Using ReactJS, Redis, websockets, MySQL, along with a RESTFUL API using
ExpressJS and PassportJS.
- Took this as a learning experience to improve my skills using ReactJS and
learning about Redis.
- Project still on the works. I need to fix my reducers logic and I might change
my API to use an ORM.
Installation:
- `npm install` the root and api folder.
- run the `.sql` inside api folder `/sql` after ceating `db1`.
- `redis-server`.
- `node main.js` in api folder.
- `npm run start`.