This is the 2017 implementation of Tero Parvainen's Full Stack Redux Tutorial
Major differences are present in the client, where create-react-app inclues a testing setup for unit tests that we are using (enzyme and Jest), instead of Tero's choice of Chai and Mocha.