Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ajb second branch #257

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 26, 2023

  1. Setting up Author and Book class, creating new entities, getters, set…

    …ters, equals, hascodes, and using toString()
    AndrewBergstrom committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    6b3f0ad View commit details
    Browse the repository at this point in the history
  2. author and book class set up'

    AndrewBergstrom committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    29d6d78 View commit details
    Browse the repository at this point in the history
  3. added Bootstrap dummy data

    AndrewBergstrom committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    47811a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Created publisher bootstrap data, publisherRepository as an interface…

    …, and a
    
    publisher class with properties of name, address, city, state, zip.
    AndrewBergstrom committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    584bc76 View commit details
    Browse the repository at this point in the history