/Electron-And-MySQL

Use MySQL Database with Electron

Primary LanguageHTMLCreative Commons Zero v1.0 UniversalCC0-1.0

electron and mysql

Clone and run for a quick way to see Electron in action.


In this example, data is fetched from the DB, and logged 😬

Put your MySQL credentials in the 'index.html' file along with test queries.

You can find the Tutorial here

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/ElishaKay/Electron-And-MySQL
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm start