A visualization tool for consumer opinion on financial products built with the MERN stack: MySQL, Express, React/Redux, Node
Fincensus was developed to visually inform the public of trends in complaints by U.S. citizens on financial products. This is accomplished by providing a visualization of registered U.S. Census and Consumer Complaints data sources.
Make sure you have installed all of the following prerequisites on your development machine:
- Node 4.4.5
- Express 4.13.4
- React 15.0.2
- Redux 3.5.2
- Sequelize 3.22.0
- MySQL 2.10.x
From within the root directory:
npm install
To build the project from within the root directory from a bash CLI:
npm test
npm run build
npm run dev
This series of commands will run the mocha suite test, build the client files, and serve the client files to http://localhost:3333
, respectively.
Note: client/test/ will be ignored in build
- Nicolas Vinson
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.