Skip to content

implementation of the online banking system, use pr-SRS repo for all you testing scripts.

Notifications You must be signed in to change notification settings

nipdep/CBS-1.0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CBS-1.0

implementation of the online banking system, use pr-SRS repo for all you testing scripts.

#follow up

  1. clone to preferable place the repo after it forked from this repo
  2. Init npm
    npm init --yes
  3. copy the following dictionay and paste it in the package.json file, as a attribute in main block.
    "dependencies": { "ajv": "^5.5.0", "bcryptjs": "^2.4.3", "body-parser": "*", "cookie-parser": "~1.4.4", "cors": "*", "debug": "~2.6.9", "express": "*", "http-errors": "~1.6.3", "jsonwebtoken": "^8.1.0", "mysql": "^2.18.1", "node-schedule": "^1.3.0", "nodemailer": "^4.4.1", "nodemon": "^1.13.3", "pm2": "^2.9.1", "pug": "2.0.4" },
  4. run following command to check weather you have connected to the GCI SQL.
    node app.js

SYNC WITH THE MASTER REPO

follow up

  1. go into the repo clones folder through cmd
  2. run following commands
    git remote add upstream https://github.com/CS3042-Gr-10/CBS-1.0.git

EVERYDAY before edit the codes

follow up

  1. run following commands
    git fetch upstream git merge upstream/main main or git merge upstream/master master

About

implementation of the online banking system, use pr-SRS repo for all you testing scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 97.1%
  • JavaScript 2.7%
  • Other 0.2%