krishnaacharyaa / wanderlust

WanderLust is a MERN travel blog website 🚀 This project is aimed to help people to contribute in open source, upskill in react and master git.
https://wanderlust-beta.vercel.app/
MIT License
221 stars 1.24k forks source link

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

Closed akashsingh6474 closed 1 month ago

akashsingh6474 commented 1 month ago

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

vercel[bot] commented 1 month ago

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
github-actions[bot] commented 1 month ago

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 commented 1 month ago

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.