- 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 install
After installing dependencies, enter the following:
mysql.server start
mysql -u root -p
Press enter to forgo password, then from mysql shell:
CREATE database persistentPoplars;
Exit the mysql shell, now enter:
npm run dev
Now from another terminal tab you can start the server with:
npm start