Skip to content

Commit e15e887

Browse files
committed
refactor: relocate screenshots directory and update deployment documentation and infrastructure details
1 parent 2dc67f9 commit e15e887

7 files changed

Lines changed: 14 additions & 6 deletions

File tree

readme.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,31 +29,31 @@ Whether you're summarizing a research paper, technical documentation, blog post,
2929
<tr>
3030
<td align="center">
3131
<strong>Homepage</strong><br>
32-
<img src="./screenshots/homepage.png" width="400">
32+
<img src="client/screenshots/homepage.png" width="400">
3333
</td>
3434
<td align="center">
3535
<strong>About</strong><br>
36-
<img src="./screenshots/about.png" width="400">
36+
<img src="client/screenshots/about.png" width="400">
3737
</td>
3838
</tr>
3939
<tr>
4040
<td align="center">
4141
<strong>Login</strong><br>
42-
<img src="./screenshots/login.png" width="400">
42+
<img src="client/screenshots/login.png" width="400">
4343
</td>
4444
<td align="center">
4545
<strong>Register</strong><br>
46-
<img src="./screenshots/register.png" width="400">
46+
<img src="client/screenshots/register.png" width="400">
4747
</td>
4848
</tr>
4949
<tr>
5050
<td align="center">
5151
<strong>URL Summarizer</strong><br>
52-
<img src="./screenshots/url.png" width="400">
52+
<img src="client/screenshots/url.png" width="400">
5353
</td>
5454
<td align="center">
5555
<strong>Response</strong><br>
56-
<img src="./screenshots/response.png" width="400">
56+
<img src="client/screenshots/response.png" width="400">
5757
</td>
5858
</tr>
5959
</table>
@@ -103,6 +103,8 @@ Whether you're summarizing a research paper, technical documentation, blog post,
103103
### Infrastructure
104104

105105
* Docker Compose setup for client, server, and Redis
106+
* AWS EC2 deployment for backend services
107+
* Automated CI/CD pipeline via GitHub Actions
106108
* Separate Dockerfiles for frontend and backend
107109
* Upstash Redis integration for intelligent summary caching
108110
* SHA-256 content hashing for cache deduplication
@@ -276,6 +278,8 @@ pdf-parse mammoth
276278

277279
* Docker
278280
* Docker Compose
281+
* AWS EC2
282+
* GitHub Actions
279283
* Redis
280284
* express-rate-limit
281285

@@ -396,6 +400,10 @@ LayerZero/
396400
└── README.md
397401
```
398402

403+
## Deployment
404+
405+
The backend server is deployed on an **AWS EC2 instance**, managed through a fully automated CI/CD pipeline using **GitHub Actions**. Every push to the main branch automatically builds and deploys the latest version to the server, ensuring rapid and consistent updates.
406+
399407
---
400408

401409
## Running with Docker

0 commit comments

Comments
 (0)