Simple script to convert MySQL to MongoDB
- Clone this project
- Open folder
- Install packages with command
npm install
OR
yarn install
- Edit the file, putting your connections data
/conf/index.js
- And run the script with the command
npm run start
OR
yarn run start
To contribute follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Send to the original branch:
git push origin <project_name>/<location>
- Create the pull request.