This project should help you migrate your MongoDB database from one server to another
- Download this Repository.
- Open your Terminal / Command Line (Tested on Mac OS)
- Navigate to the root folder of this project.
- run
npm install
- Rename
config.example.js
toconfig.js
. - Edit the
config.js
file to make the migratin relevant for you. - run
npm start
.
Good Luck!