Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atualariao/stage3project
ASP.NET Web API ecommerce - CQRS MediatR and Repository pattern, Testing Implementation - (UnitTest, Integration), API Versioning and Serilog implemented for Controllers - (+Serilog - db) + Swagger Documentation and Basic Authentication
https://github.com/atualariao/stage3project
api-versioning asp-net bogus cqrs-pattern dapper-dot-net-core ecommerce-api efcore6 faker integration-testing mediatr mockapi mssql-database serilog swagger-ui unit-testing webapi
Last synced: 3 months ago
JSON representation
ASP.NET Web API ecommerce - CQRS MediatR and Repository pattern, Testing Implementation - (UnitTest, Integration), API Versioning and Serilog implemented for Controllers - (+Serilog - db) + Swagger Documentation and Basic Authentication
- Host: GitHub
- URL: https://github.com/atualariao/stage3project
- Owner: atualariao
- Created: 2022-11-11T05:40:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T03:43:40.000Z (about 1 year ago)
- Last Synced: 2024-09-30T08:01:42.847Z (4 months ago)
- Topics: api-versioning, asp-net, bogus, cqrs-pattern, dapper-dot-net-core, ecommerce-api, efcore6, faker, integration-testing, mediatr, mockapi, mssql-database, serilog, swagger-ui, unit-testing, webapi
- Language: C#
- Homepage:
- Size: 247 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stage3Project (Practice)
ASP.NET Web API ecommerce - CQRS MediatR and Repository pattern, Testing Implementation - (UnitTest, Integration), API Versioning and Serilog implemented for Controllers - (+Serilog - db) + Swagger Documentation and Basic Authentication# For Basic Authentication in Swagger //(Disabled)
Username is Troy.
Password is located in http header x-user-id (78cf4910-a00e-499f-a6ad-385bbcc5bbf7).
Hard-coded with one default user and passed onto a middleware UserAuth.cs.