Skip to content
This repository was archived by the owner on Jul 11, 2026. It is now read-only.
This repository was archived by the owner on Jul 11, 2026. It is now read-only.

Add .env.example files for Client and Server #47

Description

@VamikaSharma19

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?

Metadata

Metadata

Labels

1 ⭐Beginner friendlyOSCI'25Part of open source connect - 2025enhancementNew feature or requestgood first issueGood for newcomers

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions