- Take a react setup with babel + webpack and serve react bundle with express
- Leverage mongodb to store documents and query documents.
- Show the connection between front end components and backend api
- Show how state can be used to hide and show elements
- Show when to set headers in a request (Create)
- Set a remote mongodb instance with atlas for deployment
- Talk about code organization and MVC
- Show Promise chains for multiple sql queries/ complex queries