Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Latest commit

 

History

History
28 lines (23 loc) · 670 Bytes

File metadata and controls

28 lines (23 loc) · 670 Bytes

<- Back

MongoDB

Its a database. You'll need it to develop your node applications.

Installing MongoDB

Quick Install:

  • MacOS

  • Linux

    • Debian/Ubuntu:
      • sudo apt-get install mongodb
    • Arch:
      1. pacman -S mongodb
      2. pacman -S mongodb-tools
    • Fedora:
      • sudo yum install -y mongodb-org
  • Windows:

    • Chocolatey: choco install mongodb
    • Scoop: scoop install mongodb
    • Download: Download Page

    [<- Back](index.md)