Terdapat 2 repository dalam github organization ini, yaitu Experteez-Frontend dan Experteez-Backend.
mainbranch adalah branch utama yang digunakan untuk deploy ke productiondevelopmentbranch adalah branch yang digunakan untuk development
feat: (new feature for the user, not a new feature for build script)fix: (bug fix for the user, not a fix to a build script)docs: (changes to the documentation)style: (formatting, missing semi colons, etc; no production code change)refactor: (refactoring production code, eg. renaming a variable)test: (adding missing tests, refactoring tests; no production code change)chore: (updating grunt tasks etc; no production code change)
- Clone repository Experteez-Backend (branch
main) - cd ke root folder
- Buka folder project di Visual Studio Code (
code .in CLI) - Buka terminal dan run
go mod vendor - Run
go run main.gountuk menjalankan server - Buka browser dan akses
http://localhost:8080
- Clone repository Experteez-Frontend (branch
main) - cd ke root folder
- Buka folder project di Visual Studio Code (
code .in CLI) - Buka terminal dan run
npm install - Run
npm run devuntuk menjalankan server - Buka browser dan akses
http://localhost:3000
- Clone repository Experteez-Backend (branch
main) - cd ke root folder
- Buka folder project di Visual Studio Code (
code .in CLI) - Nyalakan docker desktop
- Buka terminal di Visual Studio Code dan run
docker build --tag experteez-backend . - Tunggu sampai selesai build, dan cari image hasil build di docker desktop dan klik tombol Run untuk membuat container dan menjalankannya, untuk pilihan Port dibebaskan ya.