issues
search
JennyAndersen
/
MovieCastHub
3
stars
3
forks
source link
Create Controller [Documentary]
#50
Open
JennyAndersen
opened
9 months ago
JennyAndersen
commented
9 months ago
[x] Add controller class
[ ] Create endpoints within the class
[ ] If needed for the enpoint create Dto´s
[ ] Create commands/queries and their handlers
[ ] Create Repository and IRepository
[ ] Create one unit test for each endpoint and one for the controller
Endpoints
[x] getAllDocumentaryMovies
[ ] addNewDocumentaryMovie
[ ] getDocumentaryMovieByTitle
[ ] getDocumentaryMovieByDirector
[ ] updateDocumentaryMovie
[ ] deleteDocumentaryMovie
Endpoints