Implement Book, Author, Publisher, Genre and Address entities
Before marking this PR as Ready for Review
-
Write a detailed testing description (This should be detailed enough where someone can easily reproduce the features/fixes introduced in this PR without further consultation) -
Make sure your PR is passing the CI/CD pipeline -
Add your team to the PR as reviewers -
Get at least 1 approval from your team
Summary
This PR implements Book, Author, Publisher, Genre and Address entities. I was follwing 2-nd seminar during the implementation.
How to Test
Verify all the entities are created in SQLite with mocked data.
Edited by Oleksandr Turytsia