|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/become-a-mean-stack-developer-mongodb-expressangularnode/
课程评论:没有评论
课程名称:成为 MEAN 堆栈开发者:MongoDB;Express;Angular;Node 课程概述: MEAN 是一个免费的开源解决方案,旨在为 MEAN 应用提供全栈支持。MEAN 堆栈结合了 MongoDB、Express.js、AngularJS 和 Node.js,为 JavaScript 开发提供了一个完整的解决方案。本课程通过一个简单的购物清单应用项目,介绍了开发技巧,充分利用 MEAN 堆栈中每一层的优势。项目包含基于 Node、Express 和 MongoDB 构建的后端服务器 API,以及使用 Angular 6 构建的前端客户端,二者之间将进行数据交换。您将学习 MEAN 堆栈的基本概念,包括如何创建一个组件和一个表单,以便用户添加新项目和编辑现有项目。前端 Angular 客户端将显示从后端服务存储的数据。这些技术可以被重用和结合到您自己的基于 MEAN 的 Web 应用中。 课程内容包括: - 安装和设置 MEAN 开发环境 - 配置 Angular 组件,创建表单以添加新项目和编辑现有项目 - 创建 HTTP 方法 - 显示存储在数据库中的项目 - 学习如何将 Angular 前端连接到 Node.js、Express 和 MongoDB 后端 - 安装和使用 MongoDB 和 Node.js - 实现 MongoDB 架构 - 定义路由 - 使用 Postman 与后端 API 进行交互 - 使用 nodemon 运行服务器 - 实现中间件 - 订阅可观察对象 - 创建数据服务 - 将服务注入组件 - 编辑组件 - 嵌套组件 本课程旨在帮助学员掌握 MEAN 堆栈开发的核心技能,适合希望深入学习全栈开发的学生和开发者。
MEAN, a free, open-source, full-stack solution for MEAN applications. MEAN combines MongoDB, Express.js, AngularJS, and Node.js into a single, fullstack solution for JavaScript development. This course introduces development techniques that capitalise on the strengths of every layer in the MEAN stack, using a simple shopping list application project that has a Backend server side Api built with Node , Express and MongoDB and a Frontend client built with angular 6 that will exchange with the backend Api. Data will be exchanged between a browser based client and an API backend service. You will learn the essential concepts of the MEAN stack. Learn how to create a component and a form for users to add new items and also to edit items. The front end Angular Client will display data stored from the backend service. These techniques can be reused and recombined in your own MEANbased web applications.What we will cover includes:Installing and setting up your MEAN development environmentConfiguring Angular Component with a form to add new items and also to edit existing itemsCreating http methodsDisplaying stored items from databasseLearn how to connect your Angular Frontend to a NodeJS & Express & MongoDB BackendInstalling and working with MongoDB and Node.jsImplementing a MongoDB schema Defining routesUsing Postman to interact with backend APIUsing nodemon to run serverImplementing middlewareSubscribing to ObservablesCreating a data serviceInjecting service into componentEditing componentNesting Component