diff --git a/README.md b/README.md index b14ae3b..ff334ee 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,6 @@ You should complete all of the above plus at least one of the following: - endpoint for a user to view all posts for users they are following e.g. `GET /viewall/1` - Allow a user to comment on another post and show these in another endpoint like `GET /postswithcomments` - Explore roles e.g. `[Authorize(Role="Administrator")]` and ensure that the post edit feature (aka. the PUT) can be edited by the author AND administrator. + + +link to cinema challenge "https://github.com/Vegard-S/csharp-api-cinema-challenge.git"