Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.46 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.46 KB

⚡ Netflix Clone (PERN Stack)

NOT THE OFFICIAL NETFLIX SITE

  • PostgreSQL Express React Node (PERN) full-stack app, integrates React frontend with Node.js backend.

alt text

📚 General info

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

Frontend

  • 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

📶 Technologies - Backend

📶 Technologies - Frontend