A demo of this app is hosted here:
- /newsfeed Shows the newsfeed for the currently logged in user.
- /newsfeed?search=139 Will filter the newsfeed to contain the String "139".
- /follows Shows the list of users the currently logged in user is following
- /followedBy Shows the list of users the currently logged in user is followed by.
- /follow?userId=2 The currently logged in user will unfollow user with id 2.
- /unfollow?userId=2 The currently logged in user will unfollow user with id 2.
You can use one of the following users to login into the demo app.
User: Cartman pw: user1
User: Stan pw: user2
User: Kyle pw: user3
User: Tweek pw: user4
User: Butters pw: user5
User: Ike pw: user6
User: Wendy pw: user7
The whole database initialization can be seen here (This may not be the current database state)