Ensure you have nodejs installed on your system
See https://nodejs.org/en/download/ on how to install nodejs
clone the repository by running this command
Install Dependencies
Navigate into the cloned repository and run the command below
- npm install
Configure your Data Source via Environmental Variables file
- Create a .env file within the cloned repository
- configure your data-source in the .env file
DB_HOST=localhost
DB_PORT=3063
DB_USER=DatabaseUsername
DB_PASS=DataBasePassword
DB_NAME=DMR
DB_CLIENT=mssql
Run Script for DMR
- npm dmr
Run Script for DMR2
- npm dmr2