An open API service indexing awesome lists of open source software.

https://github.com/davideuler/remote-voting

A voting web application for remote meeting. Initial code by ChatGPT/GPT-engineer, fixed by ChatGPT and me.
https://github.com/davideuler/remote-voting

Last synced: 9 months ago
JSON representation

A voting web application for remote meeting. Initial code by ChatGPT/GPT-engineer, fixed by ChatGPT and me.

Awesome Lists containing this project

README

          

# voting application
An H5 Web application that can be accessed from a PC browser as well as from a mobile device to access the Web application.

Scenario: Used for real-time voting during remote team meetings. Capable of quickly initiating votes, executing votes, viewing the voting list, viewing voting details, ending votes, and displaying results.

Code generated by ChatGPT, fixed by ChatGPT and human.

# Run the application

``` shell
pip install -r requirements.txt
python app.py
```