Hello,
I have create a module for my project.
I am using EF core and dont have UI, my project structure is like this:
I have no experience at ABP development and
Any doc on create module for abp framework from empty module template?
6 Answer(s)
-
0
Hi,
We have an exmaple: https://github.com/abpframework/abp-samples/tree/master/BookStore-Modular
-
0
I have no experience at ABP development
You can read the ABP document first: https://docs.abp.io/en/abp/latest, it will help you to understand ABP framework.
-
0
Hi,
We have an exmaple: https://github.com/abpframework/abp-samples/tree/master/BookStore-Modular
Anyway to debug the module?
-
0
-
0
See:
https://docs.abp.io/en/abp/latest/Startup-Templates/Application#how-to-run
https://docs.abp.io/en/abp/latest/Startup-Templates/Module#how-to-runIf my module dont have UI, how to start up?
Recommand directly insert to the project? -
0
you can run the HttpApi.Host project to view see Swagger page.