Album
Artists
Ticket for Artiststicket. What should be done, some advices and steps how to solve problems
Creation
- Add service where all actions with Album will be done
- Be carefull to make it easilly to be understod
Create basic controlelrs:
- Add controllers to add Album
- Get theit data
Repository
- Connect it to repositry
- Make sure that saving data is correct
Final
- Make sure that all validations are working
- If data is wrong programm should tell it
Keep in mind that all steps should be accoplished and checked for buggs. If there any isseuse in any stage of programm, they should be fixxed. Make sure that server tells about bad server requst (error 400) and solve it. Also don't forget to make commits. Check all methods with postmen and send requestes from there