Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 655 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 655 Bytes

mysql-to-mongo

Simple script to convert MySQL to MongoDB

🚀 How-to RUN

  1. Clone this project
  2. Open folder
  3. Install packages with command
npm install
OR
yarn install
  1. Edit the file, putting your connections data
/conf/index.js
  1. And run the script with the command
npm run start
OR
yarn run start

📫 Contributions

To contribute follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Send to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.