This week was focused on putting everything we have been working on together into one app. Most of what we did involved using JDBC to query a database from a “CRUD” app made with java.
A CRUD app is a simple program that allows a user to interact with a database by creating, reading, updating, or deleting records in the database. We made a web-app using spring and JDBC. This small project is simple enough, but it demonstrates the basis of pretty much every program/application that manipulates data in any way.