Task: Create Player Controller and Related Components
Hi @fixerlord,
I need you to go through the project and also study the YouTube video on how to connect the app to PostgreSQL and pgAdmin to view the database.
Once you’re comfortable with that, please create a PlayerController under the controller package with the following functionalities:
Create New Player
Delete Player Profile
Update Player Profile
Additionally, please create the following components:
PlayerDto
PlayerRepository
PlayerService
PlayerServiceImpl
Note: I've already created everything related to the user model (UserController, UserDto, UserRepository, etc.), so feel free to study that as a reference. Ensure that you maintain consistent naming conventions across the codebase.
Timeline
The timeline for this task is 1 week.
Please feel free to reach out to me if you have any issues or need any clarification.
Task: Create Player Controller and Related Components
Hi @fixerlord,
I need you to go through the project and also study the YouTube video on how to connect the app to PostgreSQL and pgAdmin to view the database.
Once you’re comfortable with that, please create a
PlayerController
under thecontroller
package with the following functionalities:Additionally, please create the following components:
PlayerDto
PlayerRepository
PlayerService
PlayerServiceImpl
Note: I've already created everything related to the user model (
UserController
,UserDto
,UserRepository
, etc.), so feel free to study that as a reference. Ensure that you maintain consistent naming conventions across the codebase.Timeline
The timeline for this task is 1 week.
Please feel free to reach out to me if you have any issues or need any clarification.
Thanks!