navigate to your installtion path (C:\program files\mongodb\4.2\server\bin) from your shell command
then execute mongo.exe by typing mongo
show dbs
using Newtonsoft.Json; | |
using System; | |
using System.Collections.Generic; | |
using System.Diagnostics; | |
using System.IO; | |
using System.Net.Http; | |
using System.Text; | |
namespace FileUploadClient | |
{ |