diff --git a/src/center/center.module.ts b/src/Center/center.module.ts similarity index 100% rename from src/center/center.module.ts rename to src/Center/center.module.ts diff --git a/src/center/center.schema.ts b/src/Center/center.schema.ts similarity index 100% rename from src/center/center.schema.ts rename to src/Center/center.schema.ts diff --git a/src/centerstaff/centerstaff.module.ts b/src/CenterStaff/centerstaff.module.ts similarity index 100% rename from src/centerstaff/centerstaff.module.ts rename to src/CenterStaff/centerstaff.module.ts diff --git a/src/centerstaff/centerstaff.schema.ts b/src/CenterStaff/centerstaff.schema.ts similarity index 100% rename from src/centerstaff/centerstaff.schema.ts rename to src/CenterStaff/centerstaff.schema.ts diff --git a/src/chatroom/chatroom.module.ts b/src/ChatRoom/chatroom.module.ts similarity index 100% rename from src/chatroom/chatroom.module.ts rename to src/ChatRoom/chatroom.module.ts diff --git a/src/chatroom/chatroom.schema.ts b/src/ChatRoom/chatroom.schema.ts similarity index 100% rename from src/chatroom/chatroom.schema.ts rename to src/ChatRoom/chatroom.schema.ts diff --git a/src/clerk/clerk-auth.guard.ts b/src/Clerk/clerk-auth.guard.ts similarity index 100% rename from src/clerk/clerk-auth.guard.ts rename to src/Clerk/clerk-auth.guard.ts diff --git a/src/clerk/clerk.module.ts b/src/Clerk/clerk.module.ts similarity index 100% rename from src/clerk/clerk.module.ts rename to src/Clerk/clerk.module.ts diff --git a/src/graphql/graphql.builder.ts b/src/Graphql/graphql.builder.ts similarity index 100% rename from src/graphql/graphql.builder.ts rename to src/Graphql/graphql.builder.ts diff --git a/src/graphql/graphql.generator.ts b/src/Graphql/graphql.generator.ts similarity index 100% rename from src/graphql/graphql.generator.ts rename to src/Graphql/graphql.generator.ts diff --git a/src/graphql/graphql.module.ts b/src/Graphql/graphql.module.ts similarity index 100% rename from src/graphql/graphql.module.ts rename to src/Graphql/graphql.module.ts diff --git a/src/graphql/graphql.service.ts b/src/Graphql/graphql.service.ts similarity index 100% rename from src/graphql/graphql.service.ts rename to src/Graphql/graphql.service.ts diff --git a/src/prisma/prisma.module.ts b/src/Prisma/prisma.module.ts similarity index 100% rename from src/prisma/prisma.module.ts rename to src/Prisma/prisma.module.ts diff --git a/src/prisma/prisma.service.ts b/src/Prisma/prisma.service.ts similarity index 100% rename from src/prisma/prisma.service.ts rename to src/Prisma/prisma.service.ts diff --git a/src/restful/restful.controller.ts b/src/Restful/restful.controller.ts similarity index 100% rename from src/restful/restful.controller.ts rename to src/Restful/restful.controller.ts diff --git a/src/restful/restful.module.ts b/src/Restful/restful.module.ts similarity index 100% rename from src/restful/restful.module.ts rename to src/Restful/restful.module.ts diff --git a/src/restful/restful.service.ts b/src/Restful/restful.service.ts similarity index 100% rename from src/restful/restful.service.ts rename to src/Restful/restful.service.ts diff --git a/src/resume/resume.module.ts b/src/Resume/resume.module.ts similarity index 100% rename from src/resume/resume.module.ts rename to src/Resume/resume.module.ts diff --git a/src/resume/resume.schema.ts b/src/Resume/resume.schema.ts similarity index 100% rename from src/resume/resume.schema.ts rename to src/Resume/resume.schema.ts diff --git a/src/service/service.module.ts b/src/Service/service.module.ts similarity index 100% rename from src/service/service.module.ts rename to src/Service/service.module.ts diff --git a/src/service/service.schema.ts b/src/Service/service.schema.ts similarity index 100% rename from src/service/service.schema.ts rename to src/Service/service.schema.ts diff --git a/src/user/user.module.ts b/src/User/user.module.ts similarity index 100% rename from src/user/user.module.ts rename to src/User/user.module.ts diff --git a/src/user/user.schema.ts b/src/User/user.schema.ts similarity index 100% rename from src/user/user.schema.ts rename to src/User/user.schema.ts diff --git a/src/workshop/workshop.module.ts b/src/Workshop/workshop.module.ts similarity index 100% rename from src/workshop/workshop.module.ts rename to src/Workshop/workshop.module.ts diff --git a/src/workshop/workshop.schema.ts b/src/Workshop/workshop.schema.ts similarity index 100% rename from src/workshop/workshop.schema.ts rename to src/Workshop/workshop.schema.ts diff --git a/src/workshoporganization/workshoporganization.module.ts b/src/WorkshopOrganization/workshoporganization.module.ts similarity index 100% rename from src/workshoporganization/workshoporganization.module.ts rename to src/WorkshopOrganization/workshoporganization.module.ts diff --git a/src/workshoporganization/workshoporganization.schema.ts b/src/WorkshopOrganization/workshoporganization.schema.ts similarity index 100% rename from src/workshoporganization/workshoporganization.schema.ts rename to src/WorkshopOrganization/workshoporganization.schema.ts diff --git a/src/workshopsubscription/workshopsubscription.module.ts b/src/WorkshopSubscription/workshopsubscription.module.ts similarity index 100% rename from src/workshopsubscription/workshopsubscription.module.ts rename to src/WorkshopSubscription/workshopsubscription.module.ts diff --git a/src/workshopsubscription/workshopsubscription.schema.ts b/src/WorkshopSubscription/workshopsubscription.schema.ts similarity index 100% rename from src/workshopsubscription/workshopsubscription.schema.ts rename to src/WorkshopSubscription/workshopsubscription.schema.ts