Activities of "rishabh.shukla"

I tried to build the solution using dotnet build /graphbuild After that I am running the Administration Service and I am getting error for this after the project runs on browser: Please help me with the same.

Also, I have few other questions:

  1. How do we remove these by default services and add new ones according to my project? Any specific document for that?
  2. After passing noui as well in the command for project creation, still I get the we apps folder where Web solution is there.

Please help with the same.

For points 3 and 4 we do not have Domain, Application Contracts and Test solutions in Microservice template. So I am not sure whether do I put them?

Also when creating the project using microservice template , I am getting many errors while opening the project. e.g. Severity Code Description Project File Line Suppression State Error NU1105 Unable to find project information for . If you are using Visual Studio, this may be because the project is unloaded or not part of the current solution so run a restore from the command-line. Otherwise, the project file may be invalid or missing targets required for restore.

Also there are few more things that I need help with :

  1. I need to use Azure Cosmos DB , so how do I need Mongo DB drivers to connect to Cosmos DB.
  2. I don't need to have an UI for my project as these will be only microservices. So how do I manage that?
  3. Where do I write down the Dtos, Entities and Interfaces? Inside the services project directly?
  4. Where do I write down the unit test cases for my APIs?
  5. How do I deploy these microservices?

Thanks in advance.

I need to use MongoDB with microservices architecture but not able to get it. Used this command :

abp new Project1 -t microservice-pro -u angular -d mongodb

Showing 11 to 14 of 14 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 05:21