You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -103,6 +103,8 @@ Whether you're summarizing a research paper, technical documentation, blog post,
103
103
### Infrastructure
104
104
105
105
* Docker Compose setup for client, server, and Redis
106
+
* AWS EC2 deployment for backend services
107
+
* Automated CI/CD pipeline via GitHub Actions
106
108
* Separate Dockerfiles for frontend and backend
107
109
* Upstash Redis integration for intelligent summary caching
108
110
* SHA-256 content hashing for cache deduplication
@@ -276,6 +278,8 @@ pdf-parse mammoth
276
278
277
279
* Docker
278
280
* Docker Compose
281
+
* AWS EC2
282
+
* GitHub Actions
279
283
* Redis
280
284
* express-rate-limit
281
285
@@ -396,6 +400,10 @@ LayerZero/
396
400
└── README.md
397
401
```
398
402
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.
0 commit comments