This repository contains a Poll API that allows users to create and manage polls.
The questions for the polls are stored in MongoDB, while the answers are stored in Redis.
The API provides endpoints for creating polls, retrieving poll details, submitting answers, and retrieving poll results.