LakshmiSowmya04 / Task-Manager

simple task management application built using the MERN stack
15 stars 36 forks source link

[Bug]: Move MongoDB URI to .env File for Improved Configuration Management #48

Closed Pulkitxm closed 1 month ago

Pulkitxm commented 1 month ago

Is there an existing issue for this?

What happened?

What happened? The MongoDB URI is currently hardcoded in the db.js file as follows:


const MONGODB_URI = "mongodb://localhost:27017/taskmanager";

### Add ScreenShots

![image](https://github.com/user-attachments/assets/77848731-14f6-453b-ad3c-1fa2e088ae31)

### What browsers are you seeing the problem on?

Chrome

### Record

- [X] I agree to follow this project's Code of Conduct
- [X] I want to work on this issue
- [X] I'm willing to provide further clarification or assistance if needed.
Pulkitxm commented 1 month ago

@LakshmiSowmya04 I would like to work on this issue under hacktoberfest