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
- Host: GitHub
- URL: https://github.com/domicoder/storewebapi
- Owner: domicoder
- Created: 2019-08-08T02:28:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T21:01:58.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T01:41:49.866Z (over 1 year ago)
- Language: C#
- Size: 338 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)
## Hecho por
- [Yander Sánchez](https://github.com/zardecs)