- SQL Server Tested on 10.1.31-MariaDB MariaDB Server
- NPM
- NodeJS
- Package Manager such as PM2 (optional)
- Run db.sql on your database server to set up the required tables
- create a .env file in this directory and fill in the required information (see .envSample)
- run
npm install
to install the required dependencies
- Run the script with
npm start
if database was set up successfully it should run and begin populating the db - Run the script within PM2 (Optional)