Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.54 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.54 KB

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: