Building a Financial Application with Node.js and RabbitMQ (Part 4 of 4)

Опубликовано: 16 Июль 2026
на канале: Sidney Sousa
1,881
103

Hello, student! In this last video of the series, we will implement the third and final module of our application: the frontend! To do this, we will use Vue 3 with Class Components and Vuex using classes. But first, I'll show you how to keep our other two modules – candle generator and API – running in the background without occupying the command-line terminal.

00:00:00 Intro
00:00:24 Running the generator and API in the background with PM2
00:14:56 Using Vue 3 in the frontend app
00:16:41 Creating the frontend app project
00:22:47 Installing dependencies
00:28:58 Initializing the project
00:42:51 Creating the candlestick store
00:57:22 Creating the Header component
01:09:31 Configuring the candlestick chart
01:16:04 Rendering the first candlesticks
01:23:47 Receiving new candlesticks via web socket
01:29:34 Conclusions

I strongly recommend that you also watch the series below:

Object-Oriented Programming with TypeScript: [Link to YouTube playlist:    • Orientação a Objetos com TypeScript  ]

Backend development with Node.js, TypeScript, TypeORM, and Docker: [Link to YouTube playlist:    • Implementando uma API com Node.js, Express...  ]

Created and edited by: Sidney Sousa

#rabbitmq #typescript #nodejs #mongodb #docker #socketio #vue