Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 958 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 958 Bytes

Requirements

MongoDB Node npm

Set Up

goto project directory Run 'npm install' to install all the required dependencies

How to Run

goto the project directory terminal
enter 'node server.js'
goto http://localhost:3000

MongoDB Installation Guide

Step 1: Download MongoDB

  1. Go to the MongoDB Downloads page.
  2. Choose the appropriate installation package for your operating system.
  3. Follow the instructions to download the installer.

Step 2: Install MongoDB

  1. Double-click the downloaded installer file (*.msi) to start the installation process.
  2. Follow the prompts in the installation wizard.
  3. Choose the installation directory and components you want to install.
  4. Complete the installation process.
  5. Optionally, add MongoDB to your system's PATH by following the instructions provided in the MongoDB documentation.
  6. Make sure MongoDB is running in services.