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

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.

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:

![screenshot](./PhotosMethods.jpg)

## 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):

![screenshot](./PostPhoto.jpg)

## 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

![screenshot](./CodeCoverage.jpg)