rg-km / final-project-engineering-52

Scholarship information website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go-Scholarship

Go-scholarship is a scholarship information website that was deliberately created to meet the needs and help advance education in Indonesia. This website project is also used to fulfill the final project of Ruangguru and Kampus merdeka.


Overview

  • Frontend and Backend project separated
  • Frontend and Backend both have README.md so feel free to read it when you want to run projects one by one
  • Project use conventional commits to prevent commit confusion

Conventional commits

feat : new features
fix : fix something, e.g bugs
ref : refactor code
docs : documentation
chore : change to the build process, e.g add depedencies
style : not affect to the code, e.g formatting, missing semi-colons, white space, etc
test : add test or correcting existing tests

Example :

git commit -m "feat: add register"
git commit -m "fix: nullable name at register page"
git commit -m "ref: make the code short and simple at register handler"
git commit -m "docs: add the documentation at register page"
git commit -m "style: add some white space at register handler to handle the confusion"
git commit -m "test: add test for register handler"

References

conventional-commits

About

Scholarship information website


Languages

Language:JavaScript 59.3%Language:Go 38.4%Language:HTML 1.4%Language:CSS 0.7%Language:Makefile 0.2%