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

Initialize Project with Basic CRUD User API using JPA and Java Spring Boot #7

Open
youngclement opened this issue Jul 29, 2024 · 0 comments
Assignees
Labels

Comments

@youngclement
Copy link
Collaborator

youngclement commented Jul 29, 2024

  • Objective: Set up a new project with basic CRUD functionality for user management using Java Spring Boot and JPA.

  • Tasks:
    1. Project Setup: Initialize a new Spring Boot project.
    2. Entities and Repositories: Create User entity and JPA repository.
    3. DTOs: Define request and response DTOs for user creation, update, and retrieval.
    4. Service Layer: Implement service layer with business logic for CRUD operations.
    5. Controller: Set up RESTful endpoints for user CRUD operations.
    6. Validation: Add input validation for user data.
    7. Response Handling: Wrap responses using ApiResponse class.

Deadline : 21:00 1/8/2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants