SE-Fall24-G73 / WolfJobsV2

WolfJobs Software Engineering Project 2, Group 73, Fall 24
https://wolfjobs.vercel.app
MIT License
0 stars 2 forks source link

MongoDB URL Update #11

Closed VaishviShah closed 1 month ago

VaishviShah commented 1 month ago

In the backend, we are currently using the local database url and it is visible in the backend code. Instead, let's create a .env file, setup MongoDB Atlas and use it in backend.

image

Priyanshu9898 commented 1 month ago

Ohk I will create .env file and add all secure variables inside of it.

Priyanshu9898 commented 1 month ago

image

I have made my changes @VaishviShah.