To build the project run
npm install
https://chocolatey.org/install
To install Chocolatey, use powershell.exe and run the following command:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
To install MongoDB Shell, run the following command from the command line or from PowerShell:
choco install mongodb-shell
To build the project run
npm install
brew tap mongodb/brewbrew install mongodb-communitybrew services start mongodb-community
to start service locally run
npm run dev