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
@@ -86,7 +86,9 @@ Paisable is a **full-stack personal finance management app** built with **React
86
86
## Getting Started
87
87
88
88
### Fork the repository
89
+
89
90
Before cloning, make sure to fork the repository to your GitHub account.
91
+
90
92
1. Go to the GitHub repo page: https://github.com/Code-A2Z/paisable
91
93
2. Click Fork in the top-right corner.
92
94
@@ -111,7 +113,7 @@ PORT=5000
111
113
MONGO_URI=your-mongodb-atlas-uri
112
114
JWT_SECRET=your-secret-key
113
115
GEMINI_API_KEY=your-gemini-api-key
114
-
KEEP_ALIVE_URL=http://localhost:5000
116
+
KEEP_ALIVE_URL=http://localhost:5000
115
117
```
116
118
117
119
Start the backend:
@@ -182,6 +184,7 @@ You can:
182
184
*`POST /api/receipts/upload` → Upload receipt, trigger Gemini OCR, and create a transaction in one step
183
185
184
186
### Users
187
+
185
188
*`DELETE /api/users/account` → Delete the authenticated user account permanently
186
189
187
190
## Deployment
@@ -204,13 +207,24 @@ Contributions are what make the open-source community such an amazing place to l
204
207
205
208
Please refer to our [Contributing Guide](CONTRIBUTING.md) for detailed instructions on how to get started with your contribution.
206
209
210
+
## Contributors
211
+
212
+
We'd like to extend our heartfelt thanks to everyone who has contributed to **Paisable** — whether through code, design, documentation, bug reports, or ideas. Your efforts make this project better for everyone. 💖
0 commit comments