8000 GitHub - ffekirnew/rentomatic: Clean architecture practice with Python following the book Clean Architectures with Pyton by Leonardo Giordani.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Clean architecture practice with Python following the book Clean Architectures with Pyton by Leonardo Giordani.

License

Notifications You must be signed in to change notification settings

ffekirnew/rentomatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rentomatic

A demo implementation of a clean architecture in Python.

The goal of the "Rent-o-Matic" project is to create a simple search engine for a room renting company. Objects in the dataset (rooms) are described by some attributes and the search engine shall allow the user to set some filters to narrow the search. The system exposes a REST API and works with three types of storage system: in-memory database, Postgres, MongoDB.

This is a companion repository for the book "Clean Architectures in Python" by Leonardo Giordani, published by Leanpub.

You can download the book here.

The repository contains the code for the second edition of the book. If for some reasons you are still following the first edition you can find the code in the branch first-edition. The tags mentioned in the first edition still exists in that branch.

About

Clean architecture practice with Python following the book Clean Architectures with Pyton by Leonardo Giordani.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0