Skip to content

Winterhart/nab-book

Repository files navigation

Names and Addresses Book

A basic API to replace good old NAB book. Project made as Assignment 2 of SOEN487 author: Charles-A. Hardy ID:: 27417888

Domain

The application contains two domain objects.

Book

The book contains all contact. Book can't contains two contact with the same name.

Contact

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

DEV Tutorial

A tutorial explaining the major step of the project is available at:

Tutorial

Releases

No releases published

Packages

No packages published

Languages