HW10 Final Project Proposal: Blog The homepage will display a navbar that links to the blogposts and, depending on whether the user is logged in or not, the login or logout page. Front end is the ability to view, like, or comment on a blogpost. Guests can view the blogposts, but only users can like or comment on them, attempting to do either while not logged in will bring the guest to the login screen. There will need to be 4 pages: The home page, the pages to login or register a new account, and the page containing the blogs. There will need to be 3 databases: -Users, which holds user data like id, username, and password. -Blogs, which holds the blogpost id, the id of the user that posted it, the text contained in the blog, and the likes the post has. -Comments, which holds the id of the comment, the blogpost it was posted on, and the user who commented it, as well as the likes the comment has. The layout will use bootstrap with a dropdown navbar at the top, with the content of the page below it. Blog websites are very common. Popular ones inlcude Business Insider, TMZ, People, etc. One thing that I would like to try to incorporate into the website is the ability to have blogposts be shown in a sort of lightbox effect over the page instead of being redirected to a new page. I believe reddit uses something similar to what I want.