Open Closed

Create module issue #2140


User avatar
0
LawrenceKwan created

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)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    We have an exmaple: https://github.com/abpframework/abp-samples/tree/master/BookStore-Modular

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    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.

  • User Avatar
    0
    LawrenceKwan created

    Hi,

    We have an exmaple: https://github.com/abpframework/abp-samples/tree/master/BookStore-Modular

    Anyway to debug the module?

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    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-run

  • User Avatar
    0
    LawrenceKwan created

    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-run

    If my module dont have UI, how to start up? Recommand directly insert to the project?

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    you can run the HttpApi.Host project to view see Swagger page.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11