Skip to content

fix(seed): correct invalid MongoDB connection URI in seed.js - #80

Open
sumantkumar0305 wants to merge 1 commit into
judygab:mainfrom
sumantkumar0305:main
Open

fix(seed): correct invalid MongoDB connection URI in seed.js#80
sumantkumar0305 wants to merge 1 commit into
judygab:mainfrom
sumantkumar0305:main

Conversation

@sumantkumar0305

Copy link
Copy Markdown

This pull request fixes the invalid MongoDB connection URI in seed.js.

The connection string contained an incorrect URI format, which prevented the seed script from establishing a connection to the local MongoDB instance. The connection URI has been corrected so that the script can connect successfully and seed the database as intended.

Related Issue

Closes #78

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Invalid MongoDB connection URI in seed.js

1 participant