Oppskrift / oppskrift_api

0 stars 0 forks source link

feat: create basic entities structs #9

Closed Scttpr closed 2 years ago

Scttpr commented 2 years ago

Hi, I start to work again on this backend ! New motivation, new insights in Rust lately and I really want to deep into Rust at least for web dev !

Here is a first draw for some basics entities defined as structs without any trait. The idea is to build an architecture to get closer to clean architecture, domain driven entities and behaviors apart from adapters and interfaces (database, services, REST api, etc). What do you think ?