Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 221 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 221 Bytes

Populate MongoDB Database Using mock_objects.json File for Test Purposes.

- $ mongosh
- $ use AD
- $ db.advertisement.insertMany( <cities array in mock_objects.json file    surrounded by square brackets> )