- PostgreSQL Express React Node (PERN) full-stack app, integrates React frontend with Node.js backend.
- PostgreSQL needs to be installed and running - I started it from my Windows 10 PostgreSQL 13 dropdown option 'SQL shell (psql)'
- Postman used to test the backend before frontend was available
- React frontend includes a display of analytics for a given company
- JavaScript XML (JSX) used to write HTML elements in Javascript
- React Fragments used to show table of analytics as a row with columns in the DDM
- PostgreSQL v13
- PostgreSQL Installer
- Express.js middleware v4
- Node.js v15
- Nodemon npm module so backend server will automatically restart after code changes
- Postman API to simulate a frontend
- React framework v17
- Bootstrap v4 component library ==> Need to get