CAAS requires Node.j v14+ (https://nodejs.org/) Redis (https://redis.io/download) MongoDB (https://www.mongodb.com/)
Install the dependencies and devDependencies
npm install
Copy the example env file and make the required configuration changes in the .env file
cp .env.example .env
Setup PM2 (https://pm2.keymetrics.io/docs/usage/quick-start/)
npm install -g nodemon
npm run dev
npm run test