Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Full Stack With Flutter - Node - Express - MongoDB
Rating: 3.9 out of 5(7 ratings)
141 students

Full Stack With Flutter - Node - Express - MongoDB

Learn To Build a Full Stack App
Created byRichard Dewan
Last updated 5/2024
English

What you'll learn

  • Flutter
  • Node JS
  • Express JS
  • MongoDB
  • Clean Architecture
  • MVC

Course content

9 sections71 lectures8h 56m total length
  • What is an Express?3:08
  • Setup Development Environment6:53
  • Setup Node and Express Project5:14
  • Create your first API Endpoint6:09
  • REST API Architecture10:08
  • Create a Tasks API9:36
  • Configure nodemon3:22
  • URL Parameters11:23
  • POST Request8:24
  • PATCH Request9:03
  • DELETE Request5:33
  • PUT vs PATCH8:46

    Explore the put request and its difference from patch, showing how put updates or creates a full object using the request body and id, with practical task updates.

  • HTTP Status12:29
  • Extract Route Handler To Controller5:51
  • Environment Variables6:01

Requirements

  • Basic of JavaScript and Flutter

Description

Embark on an exciting journey into the world of full stack development with our comprehensive course on Full Stack Development with Flutter, Node.js, Express, and MongoDB. This course is designed to equip you with the skills and knowledge needed to build robust, scalable, and dynamic web and mobile applications from scratch.

Throughout this course, you will dive deep into the intricacies of Flutter, Google's UI toolkit for crafting natively compiled applications for mobile, web, and desktop from a single codebase. You will learn how to create stunning, responsive user interfaces and seamlessly integrate them with back-end services.

The back-end development portion of the course focuses on Node.js, a powerful JavaScript runtime built on Chrome's V8 engine. You will gain expertise in building fast, scalable server-side applications using Node.js and the Express framework. Express will streamline your development process, enabling you to create RESTful APIs and manage server-side logic with ease.

Data management and persistence are crucial components of any full stack application. This course introduces you to MongoDB, a flexible, document-oriented NoSQL database. You will learn how to design efficient database schemas, perform CRUD operations, and leverage MongoDB's powerful querying capabilities to manage your application data effectively.

Who this course is for:

  • Anyone who want to learn Full Stack Development