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

https://github.com/domicoder/storewebapi

Web API of a product store made on ASP .net core 2.1
https://github.com/domicoder/storewebapi

Last synced: over 1 year ago
JSON representation

Web API of a product store made on ASP .net core 2.1

Awesome Lists containing this project

README

          


StoreWebAPI

Proyecto final Programación III:
**EvolutionStar**

En se hace uso de ASP .NET CORE 2.1 para preparar de manera correcta una WEB API.

StoreWebAPI es un api que me permite manejar a traves de consumo de servicio web un CRUD de los diferentes productos de una tienda ecommerce.

## Requerimientos

- Web API con ORM
- La Web API debe manejar al menos 4 entidades/tablas padre.
- Fluent API en DbContext. Optional.
- Unit Testing.
- Mantener seguimiento de código fuente. En sistemas de Control de Versiones
- Deployment de Web API a AZURE.

## Tecnologías/Lenguajes utilizados.

- ASP .NET CORE 2.1.
- C#.
- SWAGGER.
- Unit Testing.

## Azure

- [Web Deploy ](https://storewebapi-jeies.azurewebsites.net/swagger/index.html)
- [API Documentation](https://storewebapi-jeies.azurewebsites.net/swagger/index.html)

## Unit Testing

- [Ver Pruebas Unitarias](https://prnt.sc/orhc53)


Unit test




## Hecho por

- [Yander Sánchez](https://github.com/zardecs)