https://github.com/jcomte23/productcatalogapi
ProductCatalogAPI is a REST API in .NET for managing categories and products with a one-to-many relationship. It allows CRUD operations on both modules.
https://github.com/jcomte23/productcatalogapi
c-sharp mongodb project-practice
Last synced: about 2 months ago
JSON representation
ProductCatalogAPI is a REST API in .NET for managing categories and products with a one-to-many relationship. It allows CRUD operations on both modules.
- Host: GitHub
- URL: https://github.com/jcomte23/productcatalogapi
- Owner: jcomte23
- License: gpl-3.0
- Created: 2024-11-06T13:56:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-10T00:18:57.000Z (over 1 year ago)
- Last Synced: 2025-01-03T02:52:02.892Z (over 1 year ago)
- Topics: c-sharp, mongodb, project-practice
- Language: C#
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ProductCatalogAPI
ProductCatalogAPI is a REST API in .NET for managing categories and products with a one-to-many relationship. It allows CRUD operations on both modules.