Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Insufficient Documentation on MongoDB Connection #31

Closed
websharkdev opened this issue Mar 8, 2024 · 2 comments · Fixed by #33
Closed

[FEATURE] Insufficient Documentation on MongoDB Connection #31

websharkdev opened this issue Mar 8, 2024 · 2 comments · Fixed by #33
Labels
documentation Improvements or additions to documentation

Comments

@websharkdev
Copy link

Problem Description:
The documentation lacks information on how to properly connect to the MongoDB database. It does not specify the database name, and there is no information on which URL to use for connection.

Expected Behavior:
The documentation should contain detailed information on how to configure the connection to MongoDB. This includes specifying the database name and providing an example URL for connecting to MongoDB.

Proposed Solution:
Add a section to the documentation dedicated to setting up the connection to MongoDB. This section should specify the database name used in the application and provide an example URL for connecting to MongoDB.

Additional Information:
The absence of this information makes it difficult for developers to properly configure the connection to the MongoDB database, which may lead to errors when working with the application.

Tags:
documentation, MongoDB, connection, database, information, development, code examples

Priority:
Medium

@websharkdev
Copy link
Author

image

UPD: I've been racking my brain for the second day on how to connect the database. Can u help me?

@danybeltran danybeltran added the documentation Improvements or additions to documentation label Mar 14, 2024
@danybeltran
Copy link
Owner

Thanks for the suggestion @websharkdev! More information about Connecting to MongoDB was added to the docs in #33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants