implementation of the online banking system, use pr-SRS repo for all you testing scripts.
#follow up
- clone to preferable place the repo after it forked from this repo
- Init npm
npm init --yes
- 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": "*", "hbs": "^4.1.1", "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" },
- run following command to check weather you have connected to the GCI SQL.
node app.js
follow up
- go into the repo clones folder through cmd
- run following commands
git remote add upstream https://github.com/CS3042-Gr-10/CBS-1.0.git
follow up
-
run following commands \
git fetch upstream
git merge upstream/main main
orgit merge upstream/master master
$mysql -u u05dacvdhduk0jzi -h bpi9zrldmffepsxk5zeg-mysql.services.clever-cloud.com bpi9zrldmffepsxk5zeg -P 3306 -p
$git remote remove origin
$git remote --set-upstream upstream
in the push :
$git push upstream developer