A basic API to replace good old NAB book. Project made as Assignment 2 of SOEN487 author: Charles-A. Hardy ID:: 27417888
The application contains two domain objects.
The book contains all contact. Book can't contains two contact with the same name.
A contact must have a name.
They can have:
- address : String
- phone number: String
For now a contact can only have one phone number and/or one address
A tutorial explaining the major step of the project is available at: