diff --git a/documentation/CONTRIBUTING.md b/documentation/CONTRIBUTING.md index bb583dd..c7f8ba9 100644 --- a/documentation/CONTRIBUTING.md +++ b/documentation/CONTRIBUTING.md @@ -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:** @@ -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. @@ -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. +****