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

[Setup] Install Node.js and Configure MongoDB for Backend. #476

Closed
wants to merge 3 commits into from

Conversation

akashsingh6474
Copy link

Summary

The purpose of this PR is to set up the backend environment by installing Node.js using NVM, configuring MongoDB for local development, and importing sample data into the database. Additionally, it verifies the correct installation of Node.js and npm, and starts the backend server to ensure the setup is complete.

Description

Explain in detail what this PR is all about. This should include the problem you're solving, the approach taken, and any technical details that reviewers need to know.

Images

Include any relevant images or diagrams that can help reviewers visualize the changes, if applicable

Issue(s) Addressed

Enter the issue number of the bug(s) that this PR fixes

Prerequisites

Copy link

vercel bot commented Sep 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wanderlust ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 25, 2024 10:50pm
wanderlust-backend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 25, 2024 10:50pm

Copy link

Umm... did someone forget to read the style guide? Fix that PR title and let's try again! @akashsingh6474
Don't worry, it happens to the best of us! Check out our contributor guidelines for more details.

@akashsingh6474
Copy link
Author

This PR sets up the backend by installing Node.js via NVM, configuring MongoDB,

and importing sample data into the MongoDB database.

It also includes environment variable configuration and ensures that the server runs correctly.

@akashsingh6474 akashsingh6474 closed this by deleting the head repository Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Centralised Error Handling
1 participant