Experimenting with Microsoft's Web API. Small REST API with support for adding and removing products to cart.
List products and carts:
Support for GET, POST, PUT and DELETE
- Default storage is in memory (generates carts and products at startup)
- Support for MongoDB (toggle active factory in ComponentRegistry.cs)