Skip to content

Commit

Permalink
Merge pull request #41 from Data-Science-Community-SRM/hb/feat/gsheet…
Browse files Browse the repository at this point in the history
…-integration

Google sheets integration
  • Loading branch information
LordHarsh authored Sep 21, 2024
2 parents de9a028 + 7b1bed6 commit 0eeea0e
Show file tree
Hide file tree
Showing 18 changed files with 572 additions and 25 deletions.
5 changes: 4 additions & 1 deletion server/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ NODE_ENV='development'
MONGODB_URI='mongodb://127.0.0.1:27017/dbname'
JWT_SECRET='add-secret-key-here'
LOG_LEVEL='debug'
MAILER_SEND_API_KEY='add-mailer-send-api-key-here'
MAILER_SEND_API_KEY='add-mailer-send-api-key-here'
SHEETS_KEY_URL='add-sheets-key-url-here'
KEY_PATH='add-key-path-here'
GSHEET_ID='add-gsheet-id-here'
3 changes: 3 additions & 0 deletions server/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

#secrets
.env
keys.json
Loading

0 comments on commit 0eeea0e

Please sign in to comment.