Overview
Dive into a comprehensive tutorial on building a full-stack web application using the PERN stack - PostgreSQL, Express, React, and Node.js. Begin with a demo and overview diagram before setting up the server and creating a PostgreSQL database. Connect the database to the server, build routes with PostgreSQL queries, and explore RESTful API concepts. Transition to the client-side by setting up React and constructing components for input, list, delete, and edit functionalities. Conclude with a thorough review of the PERN stack, gaining practical experience in combining these powerful technologies to create a functional todo application.
Syllabus
) Demo .
) Overview Diagram.
) Starting Our Server.
) Create PostgreSQL Database and Table.
) Connect Database and Server.
) Build Routes with PostgreSQL Queries.
) Restful API Overview.
) Set Up the Client Side (React).
) Build The Input Todo Component.
) Build The List Todo Component.
) Build the Delete Button.
) Build the Edit Todo Component.
) PERN Stack Review.
Taught by
freeCodeCamp.org