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
- Host: GitHub
- URL: https://github.com/markjsapp/productapi
- Owner: markjsapp
- Created: 2021-10-24T04:11:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T04:30:33.000Z (over 4 years ago)
- Last Synced: 2025-01-26T15:31:03.305Z (over 1 year ago)
- Language: C#
- Size: 7.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

# File Structure / UML
