Added DB connection and started creating api calls for the pages

This commit is contained in:
gulimabr
2025-11-30 15:17:23 -03:00
parent b5381ae376
commit bbbe65067b
20 changed files with 1403 additions and 152 deletions

View File

@@ -1 +1,3 @@
export { authService } from './authService'
export { groupService } from './groupService'
export type { Group } from './groupService'