Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 474 Bytes

File metadata and controls

16 lines (13 loc) · 474 Bytes

Welcome to GeoDB

This is a database project that utilizes Java Persistence API and MySQL. The purpose of the database is to get a better understanding of coding in Java towards a database. Its theme is countries and includes other elements such as cities, continents among others.

Features of the program

  • Use CRUD to modify data.
  • Display all data in DB.
  • Run a quiz that is based on randomized data in the DB

Techniques

  • JPA
  • Java
  • Docker
  • MySQL