Skip to content

The API Gateway Microservice for Chatbot Builder Application. Responsible for authentication and delegating calls to microservices over gRPC.

Notifications You must be signed in to change notification settings

Chatbot-Builder-Project/chatbot-builder-api

Repository files navigation

Chatbot Builder API Service

Development

Setting Up Protos

  1. Navigate to the infrastructure layer:

    cd ChatbotBuilderApi.Infrastructure
  2. Clone the chatbot-builder-protos repository:

    git clone https://github.com/Chatbot-Builder-Project/chatbot-builder-protos.git

    Or update the repository if it already cloned:

    cd chatbot-builder-protos
    git pull
    cd ..
  3. Copy the chatbot-builder-protos/protos directory to the Protos namespace:

    cp -r chatbot-builder-protos/protos Protos
  4. Build the solution:

    dotnet build

Notes

  • Every entity uses Guid id, workflow components use int id because they are not database objects, they are just components of a workflow (identified within it) and using an int id is more convenient.

About

The API Gateway Microservice for Chatbot Builder Application. Responsible for authentication and delegating calls to microservices over gRPC.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published