Course Project Overview: Course Management App
Explore how to build a course management application using the MEAN stack. Learn to implement frontend features like authentication guards and routing in Angular, and backend components like custom middleware and REST API setup with Node, Express, and MongoDB. Understand how these parts come together to create a functional full-stack application.
We'll cover the following...
Features of the application
As we proceed in this course, we’ll build a course management application. The idea behind this application is to create a system that enables us to keep track of the various courses we’re taking online.
The course management application allows us to create an application that provides several functionalities to explore the features of the MEAN stack.
Front-end architecture
On the frontend of the application, we’ll do the following:
-
Generate an ...