sanger96 / Happenings_Team-5_UTD_Senior_Design_Project

UTD Senior Design Project; Group Members: Gaurav Sanger, Jonathan Lam, Robert Dohm, Landin Kasti, Charles Eaton
3 stars 0 forks source link

testing database/spring boot integration #12

Closed LKASTI closed 6 months ago

LKASTI commented 6 months ago

I created a Springboot project using Spring Initialzr, and began writing a controller, repository, and class for the Account entity to test communication between the backend and database. Jonathan has also done the same using JPA implementation, while I am using JDBC

LKASTI commented 6 months ago

Both JPA and JDBC implementations have been created and tested using GET and POST methods to query the database.

LKASTI commented 6 months ago

Decided on using JPA implementation for simplicity and convenience going forward. Jonathan has uploaded a the first base version of the Spring Boot Project containing the currently needed directories and dependencies listed in the pom.xml file. Only thing required is a README outlining dependencies that will need to be installed on local machines, and to address the holistic .gitignore file, which will be discussed in the future.

This issue is complete.