https://github.com/kinshuk-code-1729/bookstore-project-core-java
I've made this project while learning backend programming from Core JAVA.
https://github.com/kinshuk-code-1729/bookstore-project-core-java
capstone-project core-java java java11
Last synced: 6 months ago
JSON representation
I've made this project while learning backend programming from Core JAVA.
- Host: GitHub
- URL: https://github.com/kinshuk-code-1729/bookstore-project-core-java
- Owner: kinshuk-code-1729
- License: apache-2.0
- Created: 2023-02-25T15:57:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T08:36:20.000Z (about 3 years ago)
- Last Synced: 2025-03-01T11:45:18.251Z (about 1 year ago)
- Topics: capstone-project, core-java, java, java11
- Language: Java
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bookstore-Project-Core-Java
I've made this project while learning backend programming from Core JAVA.
## ✨✨Project Overview :✨✨
- *Create Java Project for Bookstore App*
- *Sequence Diagram Explanation*
- *Class Diagram Explanation*
- *Creating all the required packages*
- *Creating the Book DTO and Entity classes*
- *Creating Repository Interface and Implementation layer for Book*
- *Creating Service layer Interface and Implementation layer for Book*
- *Creating Controller layer and Test Client class for Book*
- *Integrate Book Client with Controller and Service layer*
- *Learn to Debug the code by navigating through what we have build so far*
- *Integrate Repository & Converter layer for Book by using Adapter Design pattern*
- *Save the Book Entity in a list inside Repository*
- *Serialize and save Book Entity in file*
- *Write Deserialization logic to get the Book Entity object from the saved file*
- *Get Book Detail and Deserialize Object and Debugging*