cse442-fall-2019-offering / 442projects-natural-spring-water

442projects-natural-spring-water created by GitHub Classroom
1 stars 0 forks source link

Query MYSQL Database #56

Open wwong9 opened 5 years ago

wwong9 commented 5 years ago

Query the MYSQL database and display (could just be simple print) the result of the query.

wwong9 commented 5 years ago

Querying works on local test server. see commit 3baf554

wwong9 commented 5 years ago

Proved querying tethys works on cheshire with basic testing Express App as well as through MYSQL shell.

wwong9 commented 5 years ago

Task Test: Query local database with testing Express App and print to console.

Test passed.

wwong9 commented 5 years ago

Task Test: Query tethys from cheshire with testing Express App and print to console.

Test passed.