What We Are Building
Learn about the project we'll build in this course and how to start a Django project.
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 ...