Build a full-stack Node.js application called StoryBooks from scratch using Express, MongoDB, and Google OAuth. Learn to set up a database, install dependencies, configure Express, implement user authentication with Passport and Google OAuth strategy, create models for users and stories, design views with Materialize and Handlebars, and develop features such as creating, editing, and deleting stories. Master concepts like middleware, session management, and RESTful routing while creating a functional web application for sharing and managing personal stories.
Node.js App From Scratch - Express, MongoDB & Google OAuth