robertIanClarkson / SFSU-Connect

A buy & sell website focused on San Francisco State University students and faculty. An excellent example of working in a team environment with a mock CEO, CTO, Milestones, and Deadlines.
https://robertianclarkson.github.io/SFSU-Connect/
MIT License
2 stars 2 forks source link

Create ExpressJS Server to MySQL Server connection (Scaleable) #41

Closed robertIanClarkson closed 4 years ago

robertIanClarkson commented 4 years ago

Need to create a DB object that can be imported into server files to give file access to DB server

robertIanClarkson commented 4 years ago

Local <--> AWS RDS MySQL Server | Am successfully INSERTING and PULLING from DB model 'test' from table 'test_table' using the frontend GUI.

Ubuntu Server <--> AWS RDS MySQL Server | Need to check if connection if local code is scaling to ubuntu server

Screen Shot 2020-10-06 at 12 58 20 AM
robertIanClarkson commented 4 years ago

Ubuntu Server <--> AWS RDS MySQL Server is working... Can merge to Master