Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pooranjoyb authored Sep 30, 2024
1 parent 39ee269 commit 957c84f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,18 @@ git clone https://github.com/sristy17/MindDrive.git
npm install
```

()
- Add an `.env` file in the root directory.
```bash
DB_USER=<mongodb-db-user>
DB_PASSWORD=<db-password>
DB_APPNAME=<db-appname>
DB_USER=hacktoberfest
DB_PASSWORD=hacktoberfest
DB_APPNAME=dev-db

GEMINI_API_ENDPOINT=https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-flash-latest:generateContent
GEMINI_API_KEY=<gemini-api-key>
```
#### _(Get your Gemini API key from [here](https://aistudio.google.com/app/apikey))_



- Start the application
```bash
Expand Down

0 comments on commit 957c84f

Please sign in to comment.