Skip to content

Web app for a school project to keep track of peripheral loans and inventory

Notifications You must be signed in to change notification settings

samueldiaz1004/ibm-users

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBM - Peripherals Loan

Local Installation of the Web App

Step 1 - clone the repo

$ git clone https://github.com/CarlosChivas/ibm-users.git

Step 2 - install dependencies in the ibm-front, ibm-peripherals and ibm-users directories

$ 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 = ""

Step 4 - run application

ibm-front

$ npm run start

ibm-peripherals and ibm-users

$ 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.

About

Web app for a school project to keep track of peripheral loans and inventory

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 41.5%
  • TypeScript 28.7%
  • HTML 23.6%
  • SCSS 5.6%
  • Dockerfile 0.6%