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

Set Up MongoDB Database #5

Open
Raghav983093 opened this issue Jan 25, 2025 · 0 comments
Open

Set Up MongoDB Database #5

Raghav983093 opened this issue Jan 25, 2025 · 0 comments
Labels
Easy enhancement New feature or request IWOC2025

Comments

@Raghav983093
Copy link
Member

Description

Configure the project to use MongoDB as its database to store user and other application-related data.

Steps to Implement

  1. Install and configure mongoose for database interaction.
  2. Create a connection to the MongoDB database using the mongoose.connect() method.
  3. Set up a basic User schema to store user data.

Expected Outcome

MongoDB is connected, and user data is stored correctly in the database.

@Durgesh4993 Durgesh4993 added enhancement New feature or request Easy IWOC2025 labels Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Easy enhancement New feature or request IWOC2025
Projects
None yet
Development

No branches or pull requests

2 participants