Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions documentation/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Before starting, make sure you have the following installed:
- npm (comes with Node.js) or yarn
- MongoDB Atlas or a local MongoDB instance
- Stripe API key (for payment processing)
- Zoom API key (for Zoom embedding)
- Git for version control

**Project Setup:**
Expand All @@ -48,6 +49,8 @@ MONGODB_URI=your_mongodb_connection_string

STRIPE_SECRET_KEY=your_stripe_secret_key

ZOOM_MEETING_SDK_SECRET =your_zoom_sdk_secret

PORT=3000

Note: Never commit .env files to GitHub as these contain sensitive credentials.
Expand Down Expand Up @@ -400,3 +403,4 @@ For general inquiries or collaboration, use GitHub Discussions.
For technical issues or bugs, create an Issue.
For sensitive matters, contact the maintainer via email.
All communication should follow the project’s Code of Conduct and maintain professional standards.
****
Loading