Hello ,
Can you please share if any error logs.
Thank you.
Hello ,
Have you check top menu layout
In this you can see the right side menu appears on top. Is this what you want ?
If yes then you can switch from side menu to top menu by adding this code https://docs.abp.io/en/commercial/latest/themes/lepton-x/blazor?UI=BlazorServer#leptonxthemeblazoroptions But instead of side menu add top menu.
If you want to add this feature in side menu layout then you need to customize it by using Lepton-x source code for that you can refer this https://docs.abp.io/en/commercial/latest/themes/lepton-x/blazor?UI=BlazorServer#main-header-toolbar
Thank you.
Hello,
Have you followed all steps to run the application given here https://docs.abp.io/en/commercial/latest/startup-templates/microservice/get-started
once check in your DB whether database is created or not?
otherwise run DBMigrator
Application.
thanks
Hi,
Please check https://github.com/abpframework/abp/blob/dev/docs/en/Community-Articles/2020-11-02-How-To-Add-New-Language/POST.md
May I know which version of ABP you are using? and UI also.
We can add from ui also. Please give me above details so that i can better assist you.
thanks
Hello,
There is no way to create new custom template for ABP-Suite till date, we will check for your suggestion. For now you can just customize existing templates.
Thanks,
Hello ,
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?
For this point you can check this link https://docs.abp.io/en/abp/latest/Samples/Microservice-Demo#product-management
Thank you.
Hello,
I am trying to give answer per question as below -
please check https://community.abp.io/posts/using-cosmosdb-with-the-abp-framework-via-mongodb-api-x47bjeik
You can use below command in addition while creating project
--no-ui
: Specifies to not include the UI. This makes possible to create service-only modules (a.k.a. microservices - without UI).
To write Dtos, Entities and interfaces you can refer tutorials given in documentation https://docs.abp.io/en/commercial/latest/tutorials/book-store/part-1?UI=NG&DB=Mongo from this link follow the backend code development and ignore Ui side development as you want to use no Ui template
For testing part refer https://docs.abp.io/en/commercial/latest/tutorials/book-store/part-4?UI=NG&DB=Mongo
For deployment you can refer https://docs.abp.io/en/abp/latest/Deployment/Distributed-Microservice
I hope your all questions have answered.
Thanks
Hello,
Please check this for mongodb https://docs.abp.io/en/commercial/latest/guides/microservice-mongodb
thanks
Hello,
please check this documentation https://docs.abp.io/en/commercial/latest/startup-templates/microservice/create-new-microservice
thanks,