
Access the attached archive under the video for each lecture’s source code. Post questions in the video comments to get help with compiling or code issues.
Install node and Angular CLI, set up a two-folder mean project with client and server, generate an Angular app in the client folder, and run ng serve on localhost:4200.
VS Code is recommended for MEAN development, offering built-in TypeScript support and auto inputs and autocomplete to write Angular components efficiently.
Install express, mongoose, and socket IO, configure an http server with express and socket IO, and ensure MongoDB connects before starting the API on port 4001 for production ready application.
Create mongoose user model with TypeScript interface and document, hash passwords before save with bcrypt, enforce email and username validations, and add a password validation method for login.
Create a dedicated home page module in Angular for anonymous users, focusing on markup only, with header, hero, and content blocks including images and login or register links.
Implement a global Angular http interceptor that reads the token from local storage, clones requests, and appends an authorization header to all calls; fix bearer formatting to authenticate the user.
Create a board service with a board stream that shares boards, columns, and tasks across components using a BehaviorSubject and a setBoard method.
Create a column via websockets with socket.io, using start, success, and failure events, and broadcast the saved column to all clients in the board room.
Implement board deletion via websocket events, mirroring update flow with delete, delete success, and delete failure, adding client and server logic and a confirmation redirect to the boards page.
In this course we will build a Trello clone API using MEAN Stack: Angular, Typescript, NodeJS, Express, MongoDB and Socket IO . This course is fully focused on fast and deep dive into creation of fullstack application with this tools. We will start from scratch and step by step you will get close to finished real application. You will deeply understand how to structure your application, build reusable and understandable modules and services and split code into smaller chunks of code. We will write code together in efficient way to make it pure and avoid data complexity. We will do real time communication by implementing WebSocket with Socket IO.
Our code will be written with Typescript on the backend and on the client.
We will deploy our application to the real production server at the end of the course.
For each lesson you'll get source code of the lesson, so it's easy to see the progress and get a working app on any lesson you want.
What you will learn in this course:
Structure and configure project
Write high quality code with Typescript on real project
Create reusable modules, controllers and services
Implementing authentication both in http and in websockets
Deeply understand Angular & Express design patterns
No prior knowledge except of Javascript is needed (because I will teach you everything from basics) but if you have experience with any of Mean stack (Angular/Express/Typescript/MongoDB/Socket io) it will be easier for you to go through this course.
If you are feeling like you learned web but you still still missing knowledge of how to build your own real application this course is what you need.