This is an asynchronous web application for doing polls. It was based on the aiohttp tutorial with added enhancements.
Prerequisites:
- Python 3.10 or higher.
Install requirements:
pip install -r app/requirements.txtRun application:
python app/main.py