/leetcodeweb

LeetCode problems for the web using HTML, CSS, JavaScript, React, Node.js with express, GCP SQL Server.

Primary LanguageJavaScript

leetcodeweb

LeetCode problems for the web using HTML, CSS, JavaScript, React, Node.js with express, GCP SQL Server.

To run, do npm start in both the client and server folders.

// Use Google Cloud Shell to manage database. Connect to Cloud Instance gcloud sql connect webleetcode --user=root

// Show database show databases;

// Select database we want to work with. USE webleetcode;

// start client. Go to client folder. npm start

// Press F12 to look at network information