An open API service indexing awesome lists of open source software.

https://github.com/keploy/test-data


https://github.com/keploy/test-data

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# test-data

## Install mongo-database-tools
```
brew tap mongodb/brew
brew install mongodb-database-tools
```

## MongoDB Database Tools Installation link
[mongodb.com/try/download/database-tools2](https://www.mongodb.com/try/download/database-tools2)

## Dump DB
```
mongodump --db keploy
```

## Restore DB
```
mongorestore dump/
```