heapix-learn / valenki

0 stars 0 forks source link

Сreate entities and their corresponding repositories #4

Open untael opened 5 years ago

untael commented 5 years ago

Entity contain needed fields (with type) Repository contain import of entity, and some methods related to the entity

Example: Entity - Product Repository ProductRepository Product repository contain methods (exapmle create, update, remove, getOne etc)

Gergalov commented 5 years ago

made JSON server, object, requests

Gergalov commented 5 years ago

done