This is the second part of full stack mern authentication. Here we will perform creating the user and store it in the database. Checking the user by sending login information to the database. Updating the user information and Deleting the user.
We will Perform Create, Read, Update, and Delete user Information. We will take user information as sign up form and store them in the database. We will send login information and check if that user is present in the database or not. We can also update that user information and delete them.
Timeline:
0:00 - Project Setup
3:13 - Navbar
4:35 - BrowserRouter
6:45 - Sign Up Form
16:28 - Login Form
22:28 - Home Section
27:06 - Delete
28:51 - Update
#mern #reactjs #mernstack