Develop a simple polling (voting) web application according to the following specifications:
? Polls table: poll number (int), poll name (string), poll question (string)
? Options table: option (string), number of votes (int), poll number (int)