E-Commerce Architecture Demo
en
en
ru
Toggle theme
Backend
Implements business logic.
Info →
Integrations →
Containers →
Components
Dynamic views
Dependencies
Order Service
Payment Service
Product Service
User Profile Service
User Profile Service
User Profile Service
User Profile Service
[container]
Create
user
profile
[REST
JSON]
Method
POST
Path
/v1/user-profiles
Status: success
201 Created
Delete
User
Profile
[REST]
Method
DELETE
Path
/v1/user-profiles/{id}
Status: success
204 No Content
Update
User
Profile
[REST
JSON]
Method
UPDATE
Path
/v1/user-profiles/{id}
Status: success
200 OK
Status: user profile not found
404 Not Found
Get
User
Profile
[REST
JSON]
Method
GET
Path
/v1/user-profiles/{id}
Status: success
200 OK
Status: user profile not found
404 Not Found
User
Profile
Search
(Full-Text)
[REST
JSON]
page=0,
1,
...
Method
GET
Path
/v1/user-profiles?q={query}&page={page}&size={size}&sort={sort}
Status: success
206 Partial Content
User Profile Service
User Profile Service
User Profile Service
User Profile Service
[container]
Create
user
profile
[REST
JSON]
Method
POST
Path
/v1/user-profiles
Status: success
201 Created
Delete
User
Profile
[REST]
Method
DELETE
Path
/v1/user-profiles/{id}
Status: success
204 No Content
Update
User
Profile
[REST
JSON]
Method
UPDATE
Path
/v1/user-profiles/{id}
Status: success
200 OK
Status: user profile not found
404 Not Found
Get
User
Profile
[REST
JSON]
Method
GET
Path
/v1/user-profiles/{id}
Status: success
200 OK
Status: user profile not found
404 Not Found
User
Profile
Search
(Full-Text)
[REST
JSON]
page=0,
1,
...
Method
GET
Path
/v1/user-profiles?q={query}&page={page}&size={size}&sort={sort}
Status: success
206 Partial Content
User Profile Service [
svg
|
png
|
puml
]