issues
search
JennyAndersen
/
MovieCastHub
3
stars
3
forks
source link
Create Controller [Horror]
#49
Open
JennyAndersen
opened
9 months ago
JennyAndersen
commented
9 months ago
[x] Add controller class
[x] Create endpoints within the class
[x] If needed for the enpoint create Dto´s
[x] Create commands/queries and their handlers
[x] Create Repository and IRepository
[x] Create one unit test for each endpoint and one for the controller
[ ] Previous Notes:
Endpoints
[x] getAllComedyMovies
[x] addNewComedyMovie
[x] getComedyMovieByTitle
[x] getComedyMovieByDirector
[x] updateComedyMovie
[x] deleteComedyMovie
Endpoints