Browse Source

Add how-to-use-with-abp-suite.md to microservice solution templates

pull/20832/head
ahmetfarukulu 2 years ago
parent
commit
929cd72cea
  1. 11
      docs/en/solution-templates/microservice/how-to-use-with-abp-suite.md
  2. BIN
      docs/en/solution-templates/microservice/images/abp-suite-context-menu.png
  3. BIN
      docs/en/solution-templates/microservice/images/abp-suite-product-entity.png
  4. 1
      docs/en/solution-templates/microservice/index.md

11
docs/en/solution-templates/microservice/how-to-use-with-abp-suite.md

@ -0,0 +1,11 @@
# 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)

BIN
docs/en/solution-templates/microservice/images/abp-suite-context-menu.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

BIN
docs/en/solution-templates/microservice/images/abp-suite-product-entity.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

1
docs/en/solution-templates/microservice/index.md

@ -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)
Loading…
Cancel
Save