An open API service indexing awesome lists of open source software.

https://github.com/markjsapp/productapi

A locally hosted API example made in C# with .NET 6
https://github.com/markjsapp/productapi

Last synced: about 1 year ago
JSON representation

A locally hosted API example made in C# with .NET 6

Awesome Lists containing this project

README

          

# ProductAPI
While I'm still learning the ins and outs of .NET 6, I decided to follow a few tutorials on creating a simple API in C#. In the code you'll find personal notes on how everything is working and/or connected. Swagger documentation was generated via the Swashbuckle.AspNetCore package. The file structure/UML diagram was created for my own personal learning purposes.

# Swagger
![swagger](https://i.imgur.com/8JFpnlL.png)

# File Structure / UML
![UML](https://i.imgur.com/deAQG8n.png)