alirezaasghari / mp10-phone-book-person-and-address-one-to-one

The PhoneBook app will have an endpoint /contacts where you can post new contacts. A get request to /contacts shows all of them. Internally, the app will connect to a Sql database like MySQL and have one entity called Person and another one called Address. They are both connected with a one to one relationship. The Address will be saved in the database as a cascade operation from the Person repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mp10-phone-book-person-and-address-one-to-one

The PhoneBook app will have an endpoint /contacts where you can post new contacts. A get request to /contacts shows all of them. Internally, the app will connect to a Sql database like MySQL and have one entity called Person and another one called Address. They are both connected with a one to one relationship. The Address will be saved in the database as a cascade operation from the Person repository.

About

The PhoneBook app will have an endpoint /contacts where you can post new contacts. A get request to /contacts shows all of them. Internally, the app will connect to a Sql database like MySQL and have one entity called Person and another one called Address. They are both connected with a one to one relationship. The Address will be saved in the database as a cascade operation from the Person repository.


Languages

Language:Shell 43.1%Language:Batchfile 33.2%Language:Java 23.7%