Skip to content

Experimenting with Microsoft's Web API. Small REST API with support for adding and removing products to a cart

License

Notifications You must be signed in to change notification settings

mattiasliljenzin/webapi-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

webapi-cart

Experimenting with Microsoft's Web API. Small REST API with support for adding and removing products to cart.

Usage

List products and carts:

Support for GET, POST, PUT and DELETE

Configuration

  • Default storage is in memory (generates carts and products at startup)
  • Support for MongoDB (toggle active factory in ComponentRegistry.cs)

About

Experimenting with Microsoft's Web API. Small REST API with support for adding and removing products to a cart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published