https://github.com/moraeslucas/photosapi
Microservice in ASP.NET web API with .NET 5; Built to handle the Photo Gallery workload.
https://github.com/moraeslucas/photosapi
api asp-net dot-net
Last synced: 3 months ago
JSON representation
Microservice in ASP.NET web API with .NET 5; Built to handle the Photo Gallery workload.
- Host: GitHub
- URL: https://github.com/moraeslucas/photosapi
- Owner: moraeslucas
- License: mit
- Created: 2021-10-28T13:24:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T02:29:22.000Z (over 3 years ago)
- Last Synced: 2025-03-13T15:17:05.676Z (3 months ago)
- Topics: api, asp-net, dot-net
- Language: C#
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PhotosApi
This is the Microservice in ASP.NET web API that was built to handle the Photo's workload:
## Additional Description
It is the API for my repository [PhotoGallery](https://github.com/moraeslucas/PhotoGallery).
More precisely, this Microservice handles the Photo's requests (Posts, etc):
## Tests
The code coverage for this API is 100% in the following modules: Controller and Model
There is no View since the interface is into my [PhotoGallery](https://github.com/moraeslucas/PhotoGallery) mentioned earlier