We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d645edb commit f573de8Copy full SHA for f573de8
1 file changed
README.md
@@ -60,19 +60,19 @@
60
```sh
61
git clone https://github.com/ap-dev-github/atithidev-db-api.git
62
```
63
-###2️⃣ Install Dependencies 📦
+### 2️⃣ Install Dependencies 📦
64
65
npm install
66
67
-###3️⃣ Environment Variables 🔑
+### 3️⃣ Environment Variables 🔑
68
69
MONGO_URI=your-mongodb-connection-string
70
71
-###4️⃣ Run Locally with Serverless Offline 🖥️
+### 4️⃣ Run Locally with Serverless Offline 🖥️
72
73
npx serverless offline
74
75
-###5️⃣ Deploy to AWS Lambda 🚀
+### 5️⃣ Deploy to AWS Lambda 🚀
76
77
npx serverless deploy
78
0 commit comments