Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
29
commits
Added endpoints, services and tests for PaymentMethod, ShippingMethod and Country
d078454View on GitHub- Added a clear cart method to clear the cart after an order has been successfully placed.
86059ccView on GitHub- Deactivated browser launch on start to accelerate localhost launching multiple projects
c3a6adfView on GitHubAdded Authentication and [Authorize] to OrderController and adapted integration test to use a TestAuthHandler
8efb5ffView on GitHubAdded order service tests and adapted and corrected entities and services for orders
450066eView on GitHub- Prototyped basic domain, infrastructure, application and UI layers for order service
fc6b5dfView on GitHubAdded a prototype page for placing and order with possible DTOs
c4caeadView on GitHubFixed unauthenticated users not being able to remove items from the cart
2e39ef5View on GitHubFixed cart tests that now had to contemplate the expiration time for cartitems
447c509View on GitHub