Skip to content

Commit 8e9e521

Browse files
authored
Merge pull request #173 from Riyad-Murad/staging
Staging
2 parents ba0ce4f + 17f3b25 commit 8e9e521

12 files changed

+36
-13
lines changed

README.md

Lines changed: 36 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
| ![ClientProfile](./readme/demo/Client/Client_Profile.png) |
6868

6969

70-
### Provider Screens (Web)
70+
### Provider Screens
7171

7272
| Provider Dashboard screen | Provider Report screen |
7373
| --------------------------------------- | ------------------------------------- |
@@ -109,9 +109,9 @@ I used for this project ESP32 DevKit V1. It is based on the ESP32 microcontrolle
109109

110110
### GitHub Testing Pull Request
111111

112-
| GitHub Testing Pipeline | GitHub Pull Request | Testing Output |
113-
| --------------------------------------- | ------------------------------------- | ------------------------------------- |
114-
| ![GitHubTestPipeline](./readme/demo/Testing/Laravel_Test_Staging.png) | ![GitHubPullRequest](./readme/demo/Testing/Pull%20Request%20Test%20Success.png) | ![LaravelTest](./readme/demo/Testing/php_artisan_test_success.png) |
112+
| GitHub Testing Pipeline | GitHub Pull Request |
113+
| --------------------------------------- | ------------------------------------- |
114+
| ![GitHubTestPipeline](./readme/demo/Testing/Laravel_Test_Production.png) | ![GitHubPullRequest](./readme/demo/Testing/Pull%20Request%20Test%20Success.png) |
115115

116116
<br><br>
117117

@@ -122,26 +122,38 @@ I used for this project ESP32 DevKit V1. It is based on the ESP32 microcontrolle
122122

123123
- Prism is a powerful Laravel package for integrating Large Language Models (LLMs) into your applications.
124124

125-
| Prism Function Call | Prism Client Prompt | Prism Provider Prompt |
126-
| --------------------------------------- | ------------------------------------- | ------------------------------------- |
127-
| ![PrismCall](./readme/demo/AI/PrismFunctionCall.png) | ![ClientPrompt](./readme/demo/AI/PrismClientPrompt.png) | ![ProviderPrompt](./readme/demo/AI/PrismProviderPrompt.png) |
125+
| Prism Provider Prompt | Prism Client Prompt |
126+
| --------------------------------------- | ------------------------------------- |
127+
| ![ProviderPrompt](./readme/demo/AI/PrismProviderPrompt.png) | ![ClientPrompt](./readme/demo/AI/PrismClientPrompt.png) |
128+
129+
| Prism Function Call | Controller |
130+
| --------------------------------------- | ------------------------------------- |
131+
| ![PrismCall](./readme/demo/AI/PrismFunctionCall.png) | ![Controller](./readme/demo/Testing/Controller.png) |
132+
133+
| Routes | Testing Pipeline |
134+
| --------------------------------------- | ------------------------------------- |
135+
| ![Routes](./readme/demo/Testing/Routes.png) | ![TestingPipeline](./readme/demo/Testing/Testing_Pipeline_Code.png) |
128136

129137
### Server Response with Database Indexing
130138

131-
- Provider user response time difference
139+
- Provider user AI generated response time difference
132140

133141
| Postman API Before Indexing (22.28s) | Postman API After Indexing (15.5s) |
134142
| --------------------------------------- | ------------------------------------- |
135143
| ![BeforeIndex](./readme/demo/AI/Provider%20Report%20Before%20Indexing.png) | ![AfterIndex](./readme/demo/AI/Provider%20Report%20After%20Indexing.png) |
136144

137145
### Server Response with Database Indexing
138146

139-
- Client user response time difference
147+
- Client user AI generated response time difference
140148

141149
| Postman API Before Indexing (17s) | Postman API After Indexing (8.28 s) |
142150
| --------------------------------------- | ------------------------------------- |
143151
| ![BeforeIndex](./readme/demo/AI/Client%20Report%20Before%20Indexing.png) | ![AfterIndex](./readme/demo/AI/Client%20Report%20After%20Indexing.png) |
144152

153+
| Users Table user_type indexed | Metrics Table slave_id indexed |
154+
| --------------------------------------- | ------------------------------------- |
155+
| ![UserTypeIndex](./readme/demo/Testing/user_type_indexed.png) | ![SlaveIdIndex](./readme/demo/Testing/slave_id_index.png) |
156+
145157
<br><br>
146158

147159
<!-- Deployment -->
@@ -155,14 +167,25 @@ I used for this project ESP32 DevKit V1. It is based on the ESP32 microcontrolle
155167

156168
### EC2 Docker containers deployment
157169

158-
| Deployment Pipeline Sample | GitHub Deployment Pipeline Success | EC2 Instance docker deployed |
159-
| --------------------------------------- | ------------------------------------- | ------------------------------------- |
160-
| ![PipelineSample](./readme/demo/Deployment/Deployment%20Pipeline%201.png) | ![PipelineSuccess](./readme/demo/Deployment/GitHub_Deploy_Staging_Pipeline.png) | ![EC2Deployed](./readme/demo/Deployment/Node_Server_Docker_Deployed.png) |
170+
| Deployment Pipeline 1 | Deployment Pipeline 2 |
171+
| --------------------------------------- | ------------------------------------- |
172+
| ![Pipeline1](./readme/demo/Deployment/Deployment%20Pipeline%201.png) | ![Pipeline2](./readme/demo/Deployment/Deployment%20Pipeline%202.png) |
173+
174+
| Deployment Pipeline 3 | Deployment Pipeline 4 |
175+
| --------------------------------------- | ------------------------------------- |
176+
| ![Pipeline3](./readme/demo/Deployment/Deployment%20Pipeline%203.png) | ![Pipeline4](./readme/demo/Deployment/Deployment%20Pipeline%204.png) |
177+
178+
| GitHub Deployment Pipeline Success | EC2 Instance docker deployed |
179+
| --------------------------------------- | ------------------------------------- |
180+
| ![PipelineSuccess](./readme/demo/Deployment/GitHub_Deploy_Staging_Pipeline.png) | ![EC2Deployed](./readme/demo/Deployment/Node_Server_Docker_Deployed.png) |
161181

182+
| EC2 Node Server Logs | ESP32 Serial Monitor Output |
183+
| --------------------------------------- | ------------------------------------- |
184+
| ![NodeLogs](./readme/demo/Deployment/Node_Server_Data.png) | ![ESP32Monitor](./readme/demo/Deployment/ESP32_Serial_Monitor.png) |
162185

163186
| AWS S3 Bucket React files | S3 bucket public IP website |
164187
| --------------------------------------- | ------------------------------------- |
165-
| ![Landing](./readme/demo/Deployment/S3_React_Deployed.png) | ![fsdaf](./readme/demo/Deployment/S3_Website_Deployed.png) |
188+
| ![S3React](./readme/demo/Deployment/S3_React_Deployed.png) | ![S3PubliLink](./readme/demo/Deployment/S3_Website_Deployed.png) |
166189

167190
<br>
168191

-192 KB
Loading
-957 KB
Loading
529 KB
Loading
683 KB
Loading
55.8 KB
Loading
54.5 KB
Loading

readme/demo/Testing/Controller.png

458 KB
Loading
84 KB
Loading
-80 KB
Binary file not shown.

0 commit comments

Comments
 (0)