Hi I have built a user registration / login site using node.js express and mysql
using this tutorial Basic Login System with Node.js, Express, and MySQL
is it possible to create an electron desktop app using my current code - I want to be able to use the mysql database for my data back-end for the app and if possible add an admin area where I can manage users.
or is there another method I could use, without using a third party service.