+ 2
Online voting system
How can I create online voting system using hyml
3 Antworten
+ 3
Use a backend system.
One of the simplest options is firebase.
+ 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