An open API service indexing awesome lists of open source software.

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.

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`.