MERN Essential Training

Go to class
Write Review

Free Online Course: MERN Essential Training provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. MERN Essential Training is taught by Emmanuel Henri.

Overview
  • Learn how to build full-stack applications with MongoDB, Express, React, and Node.js—collectively known as the MERN stack.

Syllabus
  • Introduction

    • Learn all about MERN
    • Base knowledge checklist
    1. Setting Up
    • Introduction to MERN
    • Install MongoDB
    • Install the developer tools
    • Install Node and React
    2. MERN: Node and Express
    • Babel setup in the server
    • Initial server setup
    • Server files and folders
    3. MERN: Mongo and Routing
    • Set up your database
    • Set up your schema
    • Create the POST endpoint
    • Create all items GET endpoint
    • Create specific ID GET endpoint
    • Create a PUT endpoint
    • Create a DELETE endpoint
    4. MERN: React Front End
    • Add a styling library and folder structure
    • Add the main page structure
    • Add the state and Axios
    • Create the listing component
    • Create the single item component
    • Add the form base structure
    • Finalize the form
    • Extend the application
    Conclusion
    • Going further with MERN