Outline

Demo: Test Follow & Unfollow

Launch the application and test the following scenarios:

  • Create a second account
  • Try GetUserProfile for the first account
    • You'll notice that "following": false
  • Try the Follow Api Endpoint and use the user name of the first account
    • You'll notice that "following": true
  • Try GetUserProfile again to confirm the second account is still following
  • Try Unfollow
    • You'll notice that "following": false

Very good! Profile is pretty much all complete. There will be some more method we'll add later in future videos.

Conduit Github Repo

Tag Name: user-profile

 

I finished! On to the next chapter