- Product Owner: Michael Dwyer
- Scrum Master: Nate Graf
- Team Members: Matt Goldwater, Samuel He
This app is designed to give employees a platform to organize anonymously and effect change within their organizations.
Node 7.0.0 MySQL 2.12.0 Express 4.14.0 React 15.4.1
All dependencies are installed via NPM. Avoid using any other task managers as they may not be compatible with webpack.
From within the root directory:
npm installAfter installing dependencies, enter the following:
mysql.server start
mysql -u root -pPress enter to forgo password, then from mysql shell:
CREATE database persistentPoplars;Exit the mysql shell, now enter:
npm run devNow from another terminal tab you can start the server with:
npm start