WebService2024

Kuliah Web Service

Materi Kuliah Web Service, akses github pages : https://bukulapak.github.io/WebService2024/

URL Cek Tugas (untuk NPM bisa diubah dengan NPM masing-masing)

  1. WEEK02 = https://bukulapak.github.io/WebService2024/Week02/Tugas/{NPM}/
  2. WEEK03 = https://bukulapak.github.io/WebService2024/Week03/Tugas/{NPM}/

Pelakor

Pelaku ubah atau delete file orang : |No.| NPM | Nama | Commit | | —— | —— | —— | —— | |1.| 714220031 | Ghaida Fasya Yuthika Afifah | https://github.com/Bukulapak/WebService2024/commit/0c09b3ad28b3d6923a156fbef808e95714ff5e2a |

Pengenalan Tools

Disini akan menggunakan tools Git Bash

git scm

Download git-scm dari https://git-scm.com/downloads

Get SSH Key

to get ssh key in your computer, and put in your github or gitlab ssh key setting.

cat ~/.ssh/id_rsa.pub

if there is no key appears, plese generate the key also set global config of git in next section and please add the public key to your github profile.

Generate RSA Key

Just One time for first instalation of git scm.

ssh-keygen -t rsa -b 4096 -C "your_email@example.com"

Set config global

Just One time for first instalation of git scm.

$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com

TEST