Browse Source

Update Overall.md

pull/746/head
Halil ibrahim Kalkan 7 years ago
parent
commit
47a03fa25d
  1. 6
      samples/MicroserviceDemo/docs/design/Overall.md

6
samples/MicroserviceDemo/docs/design/Overall.md

@ -42,8 +42,12 @@ The solution consists of;
* Hosts the [identity](https://github.com/abpframework/abp/tree/master/modules/identity) module API.
* Shares the same SQL Server database with the AuthServer application.
* **Product Microservice**
* A simple microservice that is used to manage products (simple CRUD API).
* Hosts product management module API.
* Uses its own SQL Server database.
* **Modules**
* **Product Management**
* A simple module that is used to manage products.
* Uses EF Core & SQL Server for data access.
* **API Gateways**
* **Public Site Gateway**: Used by the public site application.
* **Backend Gateway**: Used by the Backend admin application.

Loading…
Cancel
Save