Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"