+ 2

Online voting system

How can I create online voting system using hyml

20th Nov 2024, 9:29 AM
Badmus Feranmi
Badmus Feranmi - avatar
3 Antworten
+ 3
Use a backend system. One of the simplest options is firebase.
20th Nov 2024, 9:58 AM
Shihan
Shihan - avatar
+ 1
the best way is to code it! :-) you will need a code editor, for instance: VSCodium (with some extensions) a browser to see the frontend result. for backend: possible python-django, php/laravel + a database. for development purposes sqlite is enough. the frameworks will do all sql for you.... or use pure php + mysql/mariadb, but then you will need to code all sql as well. to run php: on windows wamp/xampp, or maybe mamp, ampps on mac: xampp, mamp on Linux: install from the repository, of use xampp
20th Nov 2024, 1:09 PM
Mihaly Nyilas
Mihaly Nyilas - avatar