https://frontend.turing.io/lessons/module-4/front-end-back-end-connection.html
https://frontend.turing.io/lessons/module-4/deploy-to-heroku.html
classwork folder fe and be
https://github.com/qfarenwald/be
mkdir <name>
npm init --yes
npm i express --save
node server.js or nodemon server.js
Test in postman
insert working code here when done
https://github.com/qfarenwald/fe
npm i -g create-react-app
npx create-react-app <name>
npm start
insert working code here when done
npm install cors --save in both folders
Add this code to the be file
insert working code here when done