GuruMu is an online private-study platform. Where users can order private tutors at any time. Currently tutoring center located in more than 5 cities that combines online and offline learning. With GuruMu, no more obstacles to be able to learn independently. GuruMu is available for students from elementary to high school and also serves all curricula in Indonesia.
- 👨💻 Frontend
- ⚙ Backend
- 🔎 Automation API
- 🔎 Automation Web
Cara pindah branch:
git checkout feature_a
Cara membuat branch baru:
git branch feature_b
Cara commit:
- menyamakan current branch dengan main // harus di branch main
git pull --rebase origin main
- how to check location branch
git branch
- pindah branch
git checkout <branch>
- add perubahan nya
git add .
// harus di branch sendiri - commit
git commit -m "message"
// harus di branch sendiri - push
git push origin <branch>
// harus di branch sendiri -> git origin feature/login
FORMAT NAMA BRANCH:
- feature/[HTTP METHOD]-[ENDPOINT] contoh:
feature/login
feature/reservation
FORMAT COMMIT MESSAGE:
- [NAMA BRANCH]: message. contoh:
feature/login: Add schenario for login
- Convert json to json schema ? https://www.liquid-technologies.com/online-json-to-schema-converter
- Maven repository: https://mvnrepository.com/