A walkthrough of a building a basic full stack message board app using Node, Express, MongoDB, and React.
git checkout step-0 to begin!
git checkout -f step-n to navigate!
step-0 - npm init, project setup
step-1 - basic server + some file structure
step-2 - first route
step-3 - route/controller modularization
step-4 - refactor + helpful modules
step-5 - environment variables + mongo setup
step-6 - mongo schema and interaction with controllers
step-7 - React + JSX + Babel + Webpack