Skip to content

Commit

Permalink
Merge pull request #20832 from abpframework/doc/microservice-suite-usage
Browse files Browse the repository at this point in the history
How to use with ABP Suite doc added
  • Loading branch information
ahmetfarukulu authored Sep 23, 2024
2 parents ca4da16 + bf73066 commit 4aeb5cf
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Microservice Solution: How to use with ABP Suite

ABP Suite provides a visual solution designer, code generators, and other tools to make your development process easier and faster.

You can open ABP Suite from ABP Studio by using the **ABP Suite** -> **Open** toolbar menu item, or by right-clicking on the desired module and selecting the **ABP Suite** menu item.

![abp-suite-context-menu](images/abp-suite-context-menu.png)

It opens the ABP Suite in a built-in browser window. You can also access the suite by visiting `http://localhost:3000` through your browser. From there, you can visually design your solution and generate code. In this example, we create a **Product** entity.

![abp-suite-product-entity](images/abp-suite-product-entity.png)

After clicking **Save and generate** for the entity in ABP Suite, use **Run** -> **Build & Restart** in the [Solution Runner](../../studio/running-applications.md#start) to apply the changes.

To confirm, visit the Swagger UI to verify that the necessary API endpoints and services have been created.

![abp-suite-product-services](images/abp-suite-product-services.png)

> Currently, you can't generate UI code with ABP Suite for microservice solutions. This feature will be added in future releases.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/en/solution-templates/microservice/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ ABP Studio provides pre-architected and production-ready templates to jump start
* [Adding new API gateways](adding-new-api-gateways.md)
* [Mono-repo vs multiple repository approaches](mono-repo-vs-multiple-repository-approaches.md)
* [Authoring unit and integration tests](authoring-unit-and-integration-tests.md)
* [How to use with ABP Suite](how-to-use-with-abp-suite.md)

0 comments on commit 4aeb5cf

Please sign in to comment.