Skip to content

Commit 78685ec

Browse files
committed
2 parents b5168c3 + 16194bd commit 78685ec

File tree

3 files changed

+902
-41
lines changed

3 files changed

+902
-41
lines changed

README.md

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ Ensure you have the following installed:
4545
```sh
4646
MONGO_URI=your_mongodb_connection_string
4747
JWT_SECRET=your_jwt_secret
48-
CLOUD_NAME=
49-
API_KEY=
50-
API_SECRET=
48+
CLOUD_NAME=Of Cloudinary
49+
API_KEY=Of Cloudinary
50+
API_SECRET=Of Cloudinary
51+
GEMINI_API_KEY=
5152
```
5253

5354
4. **Run the Development Server:**
@@ -61,8 +62,7 @@ Ensure you have the following installed:
6162
## Deployment
6263
To deploy the project:
6364
<!--
64-
- **Frontend:** Use Vercel or Netlify for easy deployment.
65-
- **Backend:** Deploy on Render, Heroku, or any cloud service supporting Node.js.
65+
- Use Vercel or Netlify for easy deployment.
6666
-->
6767

6868
## Contributing
@@ -74,7 +74,28 @@ Contributions are welcome! To contribute:
7474
5. Create a Pull Request
7575

7676
## License
77-
This project is licensed under the MIT License.
77+
MIT License
78+
79+
Copyright (c) 2025 [Sujal Raj]
80+
81+
Permission is hereby granted, free of charge, to any person obtaining a copy
82+
of this software and associated documentation files (the "Software"), to deal
83+
in the Software without restriction, including without limitation the rights
84+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
85+
copies of the Software, and to permit persons to whom the Software is
86+
furnished to do so, subject to the following conditions:
87+
88+
The above copyright notice and this permission notice shall be included in all
89+
copies or substantial portions of the Software.
90+
91+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
92+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
93+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
94+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
95+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
96+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
97+
SOFTWARE.
98+
7899

79100
## Contact
80101
For any queries or suggestions, feel free to reach out:

0 commit comments

Comments
 (0)