Skip to content

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

Notifications You must be signed in to change notification settings

winstontsui/leetcodeweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published