feat: implement database entities, repository, controllers, and data seeder for Notes & PYQs module

This commit is contained in:
Amudieshwar A G
2026-07-21 14:30:52 +05:30
parent 27999a5bea
commit 4f433f4dba
14 changed files with 241 additions and 1 deletions

3
backend/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"java.compile.nullAnalysis.mode": "automatic"
}