Vue.js, Node and MySQl Admin Dashboard plugin that will sit directly on a web hosting cPanel like Bluehost, etc.
In your own code, replace dbname with the database name, username with the MySQL database username, and password with the database user's password. Additionally, you should modify the SELECT query to match a table in your own database:
update default user or add more users with phpMyAdmin on MySQL
INSERT INTO users
(id
, fullname
, email
, hash
, createdAt
, updatedAt
) VALUES
(1, 'Gabriel', 'Alao', 'gabrieldeveloper1@gmail.com', '1234567890', '0000-00-00 00:00:00', '0000-00-00 00:00:00');
--