bashovski / canzona

Play, browse and explore World's music in one place - built using MERN stack.
0 stars 0 forks source link

Artists #14

Open bashovski opened 4 years ago

bashovski commented 4 years ago

Artist model should contain:

Controller should handle the creating process of the artist, a update method regarding the situation, probably write one and reuse it once needed with accordingly passed args. Controller should also handle the deletion of the artist (cascade or something else).

Every other detail will be mentioned later on.

bashovski commented 4 years ago

Model done, controller should be next.