CSC394 / Project

A Web Service that will help employers not only find qualified employees, but employees that fit their culture
0 stars 0 forks source link

Implement Database Connection to Project #13

Open mhallo opened 6 years ago

mhallo commented 6 years ago

Implement Database Connection:

Acceptance Criteria:

mhallo commented 6 years ago

Tentatively, since it looks as if we're going to host the DB remotely, I think using this AWS guide will be a stellar way to get the MySQL database setup.

https://aws.amazon.com/getting-started/tutorials/create-mysql-db/

I'm looking into the gradle/project level part of building the database, but will also see what it would take to setup the db using AWS (I have an account w/ credits).

mhallo commented 6 years ago

Update:

The connection to the Database is live and established in my MySQL workbench. Will try to incorporate some type of connection test in Spring.