Skip to content

Conversation

@Ankitrj3
Copy link
Collaborator

@Ankitrj3 Ankitrj3 commented Nov 4, 2025

  • Added Order, OrderItem, Product, and User models with JPA annotations.
  • Created repositories for Address, Cart, Order, Product, and User entities.
  • Developed services for Address, Auth, Cart, Order, Product, and User management.
  • Implemented JWT authentication and authorization mechanisms.
  • Added scripts to start and stop all microservices.
  • Enhanced error handling and response mapping using ModelMapper.
  • Integrated tax and shipping calculations in order processing.
  • Established relationships between entities (e.g., User-Order, Order-OrderItem).

- Added Order, OrderItem, Product, and User models with JPA annotations.
- Created repositories for Address, Cart, Order, Product, and User entities.
- Developed services for Address, Auth, Cart, Order, Product, and User management.
- Implemented JWT authentication and authorization mechanisms.
- Added scripts to start and stop all microservices.
- Enhanced error handling and response mapping using ModelMapper.
- Integrated tax and shipping calculations in order processing.
- Established relationships between entities (e.g., User-Order, Order-OrderItem).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant