You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2026. It is now read-only.
Description:
Currently, the project does not include .env.example files in either the client or server folder. Adding these files will help new contributors easily understand which environment variables are required to run the project locally.
Server (server/.env.example) -
PORT=5000
MONGO_URI=your_mongodb_connection_string
JWT_SECRET=your_jwt_secret_key
Why is this needed?
Makes it easier for contributors to set up the project.
Improves onboarding experience and documentation quality.
Follows best practices for open-source projects.
Additional Notes:
This is a beginner-friendly but important improvement that will help maintainers and contributors run the project seamlessly.
I would be happy to work on this issue. Could you please assign it to me?
Description:
Currently, the project does not include .env.example files in either the client or server folder. Adding these files will help new contributors easily understand which environment variables are required to run the project locally.
Proposed Changes:
Client (client/.env.example) -
VITE_API_URL=http://localhost:5000
Server (server/.env.example) -
PORT=5000
MONGO_URI=your_mongodb_connection_string
JWT_SECRET=your_jwt_secret_key
Why is this needed?
Makes it easier for contributors to set up the project.
Improves onboarding experience and documentation quality.
Follows best practices for open-source projects.
Additional Notes:
This is a beginner-friendly but important improvement that will help maintainers and contributors run the project seamlessly.
I would be happy to work on this issue. Could you please assign it to me?