Install mysql database and configure the .env with you credentials
npm run create:db
which will create database on mysql.
npm run drop:db
npm run migrate
npm run migrate:reset
First of all, install all the node modules by below command:
npm install
and install artillery, it you are using load test
npm install -g artillery
and to deploy in producton install pm2
npm install pm2 -g
npm run test
npm run test:coverage
npm run test:load
npm run dev
npm run prod:start
npm run prod:log
npm run prod:monitor
npm run prod:stop