Webscrape StackOverflow posts related to an user inputted question. Displays the post and the top answer for the user to browse without the burden of clicking through links. If a post seems promising, click to view full post on StackOverflow.
cd server
gunicorn -b :<PORT> app:app