Skip to content

Commit dd405f1

Browse files
Update README.md
1 parent 135cb26 commit dd405f1

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

README.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
## **Atithidev DB API – Scalable & Cost-Optimized Serverless Backend**
44
> **Atithidev DB API** is a highly scalable, cost-optimized, and fully serverless backend designed for managing profiles and reviews effortlessly. Built on **AWS Lambda** and **MongoDB Atlas**, it enables efficient data handling while keeping infrastructure costs near zero. Whether you're handling a few requests or millions, this API automatically scales up or down to meet demand.
55
## 🔹 Key Features
6-
- **Zero infrastructure management**
7-
- **Scales automatically with traffic**
8-
- **CI/CD optimized for smooth deployments**
9-
- **Secure & production-ready** with rate-limiting, logging, and monitoring
6+
- **Zero Infrastructure Management** – No need to manage servers or manual scaling.
7+
- **Automatic Scaling** – Seamlessly scales up or down based on traffic.
8+
- **Cost-Efficient** – Scales down to near-zero cost when idle, with AWS API Gateway & Lambda handling the load.
9+
- **CI/CD Automation** – Fully optimized CI/CD pipeline for smooth deployments via GitHub Actions.
10+
- **Secure & Production-Ready** – Includes rate-limiting, logging, and monitoring with AWS CloudWatch.
11+
- **Robust API Capabilities** – Fetch reviews, post reviews, and find hosts based on parameters like state or ID.
12+
- **Type-Safe Development** – Built using TypeScript for better maintainability.
13+
- **Testing & Linting** – Uses Jest for API testing and ESLint for code quality enforcement.
14+
- **Database Security** – MongoDB Atlas with IP whitelisting to restrict unauthorized access.
15+
- **Rate Limiting** – Prevents abuse and DDoS attacks, ensuring API stability.
16+
- **Secure Key Management** – Uses GitHub Secrets Manager to protect API keys and environment variables.
1017
---
1118

1219
## 💰 Cost Efficiency & Scalability
@@ -27,19 +34,6 @@
2734

2835
---
2936

30-
## ✨ Features
31-
- Fetch reviews, post reviews, and find people (hosts) based on various parameters like state or ID.
32-
- **Fully serverless** with AWS Lambda ⚡
33-
- Uses **MongoDB Atlas** as the database 🌴
34-
- **CI/CD automation** with GitHub Actions 🤖
35-
- **TypeScript** for type safety 💎
36-
- Linting Test
37-
- **Jest** for API endpoint testing ✅
38-
- **Rate limiting** to prevent abuse ⚖️
39-
- **Logging and monitoring** with AWS CloudWatch 📊
40-
41-
---
42-
4337
## 🛠️ Tech Stack
4438
- **Node.js** (Runtime: 18.x) 💚
4539
- **TypeScript** (Type-Safe Development) 💎

0 commit comments

Comments
 (0)