franksparks / BookJourney

0 stars 1 forks source link

Data Model - initial discussion #4

Open franksparks opened 2 weeks ago

franksparks commented 2 weeks ago

Decide the initial structure of entities to be implemented in order to start coding.

Initial DataModel can be found here

Image

franksparks commented 2 weeks ago

Implemented v0.1 datamodel.

For now, mongodb has been configured as provider.

Branch created and code pushed for further discussion.

vedderzeznick commented 2 days ago

I added the new model for Author (really simple), also completed some additional fields in the Book model, and created the relations many to many where needed