You have been hired to develop an online address book. Below are the feature requirements
- The address book will display the name, phone number, and address of each person in the H2 database. You will need to create a SpringBoot application to support the backend and an Angular frontend to display the information.
This course repository contains the starter code required to complete exercise tasks and the solution code to check your work against.
- There are 7 exercises
- Each exercise folder contains all the information necessary to complete the indicated tasks