What We Are Building
Explore how to build a microservices web application for real estate featuring React TypeScript front-end and back-end services built with Django and Flask. Understand the architecture using separate MySQL databases, Docker containers, and RabbitMQ as the message broker. This lesson prepares you to start developing the project and grasp the core structure of the event-driven app.
We'll cover the following...
Our project
In this course, we’ll build a microservices web application: an event-driven real estate web application with a house collection. With this application, house checkers and clients can browse the houses in the collection to see if they like any of them.
We’ll build the application’s front-end service with React TypeScript, HTML, CSS, and Bootstrap. The application’s back-end service will include the Config, Houses, and Core apps. We’ll develop the Config and Houses apps using Django, ...