Overview of Rent-o-Matic
Understand the implementation of clean architecture principles through the Rent-o-Matic project. Learn how to design a simple room rental search engine in Python by separating system layers, managing data attributes, and applying architectural best practices.
We'll cover the following...
We'll cover the following...
Rent-o-Matic
The goal of our Rent-o-Matic project is to create a simple search engine for a company that rents rooms. Objects in the dataset (rooms) are described by several attributes. Our search engine will allow the user to set filters ...