Uses JWT to authenticate users and bcrypt to encrypt user data on a database. Users can login or register a new account on this page.
User can view posts made by the current user and as well as other users. Aside from viewing, the user can upvote/downvote the post and leave comments on any of the posts.