refactor: restructure project to classic MVC pattern

This commit is contained in:
2025-09-09 19:57:43 +02:00
parent a28728af2a
commit 2a8d5d093c
58 changed files with 1601 additions and 1991 deletions

View File

@@ -0,0 +1,25 @@
{
"content": [
{
"id": "cert1",
"name": "AWS Certified Developer Associate",
"issuer": "Amazon Web Services",
"date": "2022",
"credentialId": "AWS-123456"
},
{
"id": "cert2",
"name": "MongoDB Certified Developer",
"issuer": "MongoDB Inc.",
"date": "2021",
"credentialId": "MONGO-789012"
},
{
"id": "cert3",
"name": "Certified Scrum Master",
"issuer": "Scrum Alliance",
"date": "2020",
"credentialId": "CSM-345678"
}
]
}