Skip to content

A modern, production-ready Web API template built with .NET Core. Features clean architecture, CQRS pattern, built-in authentication, Swagger documentation, and automated testing. Ideal for building scalable microservices and RESTful APIs.

License

Notifications You must be signed in to change notification settings

Luisginan/net-web-api-blueprint

Repository files navigation

Introduction

TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.

Getting Started

TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:

  • Installation process
  • Software dependencies

    Install Docker

    Install Kafka, Redis, Mongo, Postgres in Docker

     docker-compose up -d
    

    Create Table

     execute file Table.sql in Postgres 
    
  • Latest releases
  • API references

Build and Test

  • dotnet build
  • dotnet test --collect "XPlat Code Coverage"
  • Goto folder BlueprintTest\TestResults{guid}\coverage.cobertura.xml
  • open terminal : dotnet tool install -g dotnet-reportgenerator-globaltool
  • open terminal : reportgenerator -reports:coverage.cobertura.xml -reporttypes:html -targetDir:.
  • open file index.html in browser

Structure Code

Contribute

TODO: Explain how other users and developers can contribute to make your code better.

If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files:

About

A modern, production-ready Web API template built with .NET Core. Features clean architecture, CQRS pattern, built-in authentication, Swagger documentation, and automated testing. Ideal for building scalable microservices and RESTful APIs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages