02 How to Install

02 How to Install

Prerequisites


Technology

Link

Technology

Link

NodeJS

https://nodejs.org/en/docs/

MongoDB

https://docs.mongodb.org/manual/

Installation Steps 


Installing Composer via NPM
# Create a directory > mkdir -p /opt/soajs/node_modules/ > cd /opt/soajs/node_modules/ # Install composer & its devDependencies using NPM > npm install soajs.composer # go inside the directory and ensure that dependencies are installed via NPM > cd soajs.composer > npm install