In windows you can use your Command Prompcmd cmd
, in Ubuntu you can use your terminal
by typing the following command:
mongoimport -d your_database_name -c your_collection_name /path_to_json_file/json_file_name.json
then when you open your mongo shell, you will find to check your database_name when running this command:
show databases