Admin Template with Vue 3 and Kooby (Using PrimeVue/SakaiVue)
docker compose -f compose/dev.compose.yaml up -d
I do not stick with any coding conventions. Take the best one you want to apply from Google/MS or even default of IntelliJ Idea
Client and server should always produce and consume only type of object Respone
:
- Success
{
"status": 200,
"message": "Response message from backend",
"payload": "Additional payload"
}
- Error
{
"status": 4xx,
"message": "Response message from backend"
}