
Explore Munchak authentication and deployment in this short series, learn how authentication works, and observe the registration and login flow that redirects users to the home page.
Set up an express server, install mongodb, a dev dependency for development, and dotenv for environment vars, create login and home pages, configure a cluster with IP whitelisting, and authentication.
Deploy a MERN app by configuring production, serving the client build with Express, installing client dependencies, and pushing to Heroku with mongo and secret variables.
In this course we will learn how to authenticate (register / login) user and deploy our MERN stack app on Heroku. We will also learn how to secure our password before storing into database.
This is not an intro to MERN stack course so you should know the basics of MERN stack.