$ git clone https://github.com/CarlosChivas/ibm-users.git
$ npm install
Step 3
- create .env file in the ibm-peripherals and ibm-users directories and add the following variables with your corresponding IBM DB2 Database connection information
DATABASE_STRING = "DATABASE=;HOSTNAME=;PORT=;PROTOCOL=;UID=;PWD=;Security="
JWT_SECRETKEY = ""
$ npm run start
$ node .
ibm-front will be running on http://localhost:4200 and it should show the app login in the browser.
ibm-users will be running on http://localhost:4000 and it should show the message "ibm-users working!" in the browser.
ibm-peripherals will be running on http://localhost:4001 and it should show the message "ibm-peripherals working!" in the browser.