Authentication in React with NodeJS and PostgreSQL – Part 6



Authentication in React with NodeJS and PostgreSQL – Part 6

Authentication in React with NodeJS and PostgreSQL - Part 6

In this video we start off with just a plain ol’ front-end and back-end and finish off with a completely authenticated full-stack application with React, NodeJS and PostgreSQL.

I’ve decided to do this video in a different format and instead of planning out every line of code I wanted to show you the development process and how I debug my code and tackle complex problems like authentication.

Code 👨‍💻
https://github.com/lesterfernandez/fullstack-whatsapp-clone/tree/06.authentication

00:00 Creating PostgreSQL Database
03:52 Connecting Postgres to NodeJS
8:37 Authentication
34:21 Front-end authorization
58:58 Error Messages