{"id":22397094,"url":"https://github.com/thecodermehedi/phum-server","last_synced_at":"2025-03-26T23:20:40.103Z","repository":{"id":252295731,"uuid":"818497682","full_name":"thecodermehedi/phum-server","owner":"thecodermehedi","description":"A University Management Server Built with Typescript Node Express Mongoose","archived":false,"fork":false,"pushed_at":"2025-02-01T04:50:10.000Z","size":153,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T05:14:09.276Z","etag":null,"topics":["backend","management-system","mongodb","mongodb-atlas","mongoose","nodejs","server","typescript","university"],"latest_commit_sha":null,"homepage":"https://git.new/phuniapi","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thecodermehedi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-22T02:22:33.000Z","updated_at":"2024-12-08T12:24:07.000Z","dependencies_parsed_at":"2024-12-02T01:01:01.518Z","dependency_job_id":null,"html_url":"https://github.com/thecodermehedi/phum-server","commit_stats":null,"previous_names":["thecodermehedi/university-managment-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodermehedi%2Fphum-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodermehedi%2Fphum-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodermehedi%2Fphum-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodermehedi%2Fphum-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodermehedi","download_url":"https://codeload.github.com/thecodermehedi/phum-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245750348,"owners_count":20666160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend","management-system","mongodb","mongodb-atlas","mongoose","nodejs","server","typescript","university"],"created_at":"2024-12-05T06:10:45.601Z","updated_at":"2025-03-26T23:20:40.078Z","avatar_url":"https://github.com/thecodermehedi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# phuniapi\n\n```md\n📦phuniapi\n ┣ 📂src\n ┃ ┣ 📂builder\n ┃ ┃ ┗ 📜QueryBuilder.ts\n ┃ ┣ 📂config\n ┃ ┃ ┣ 📜config.types.ts\n ┃ ┃ ┣ 📜config.validator.ts\n ┃ ┃ ┗ 📜index.ts\n ┃ ┣ 📂errors\n ┃ ┃ ┣ 📜AppError.ts\n ┃ ┃ ┣ 📜handleCastError.ts\n ┃ ┃ ┣ 📜handleDuplicateError.ts\n ┃ ┃ ┣ 📜handleValidationError.ts\n ┃ ┃ ┗ 📜handleZodError.ts\n ┃ ┣ 📂interface\n ┃ ┃ ┗ 📜index.d.ts\n ┃ ┣ 📂middlewares\n ┃ ┃ ┣ 📜auth.ts\n ┃ ┃ ┣ 📜globalErrorHandler.ts\n ┃ ┃ ┣ 📜notFound.ts\n ┃ ┃ ┗ 📜validateRequest.ts\n ┃ ┣ 📂modules\n ┃ ┃ ┣ 📂AcademicDepartment\n ┃ ┃ ┃ ┣ 📜academicDepartment.controller.ts\n ┃ ┃ ┃ ┣ 📜academicDepartment.model.ts\n ┃ ┃ ┃ ┣ 📜academicDepartment.routes.ts\n ┃ ┃ ┃ ┣ 📜academicDepartment.service.ts\n ┃ ┃ ┃ ┣ 📜academicDepartment.types.ts\n ┃ ┃ ┃ ┗ 📜academicDepartment.validator.ts\n ┃ ┃ ┣ 📂AcademicFaculty\n ┃ ┃ ┃ ┣ 📜academicFaculty.controller.ts\n ┃ ┃ ┃ ┣ 📜academicFaculty.model.ts\n ┃ ┃ ┃ ┣ 📜academicFaculty.routes.ts\n ┃ ┃ ┃ ┣ 📜academicFaculty.service.ts\n ┃ ┃ ┃ ┣ 📜academicFaculty.types.ts\n ┃ ┃ ┃ ┗ 📜academicFaculty.validator.ts\n ┃ ┃ ┣ 📂AcademicSemester\n ┃ ┃ ┃ ┣ 📜academicSemester.constant.ts\n ┃ ┃ ┃ ┣ 📜academicSemester.controller.ts\n ┃ ┃ ┃ ┣ 📜academicSemester.model.ts\n ┃ ┃ ┃ ┣ 📜academicSemester.routes.ts\n ┃ ┃ ┃ ┣ 📜academicSemester.service.ts\n ┃ ┃ ┃ ┣ 📜academicSemester.types.ts\n ┃ ┃ ┃ ┗ 📜academicSemester.validator.ts\n ┃ ┃ ┣ 📂Admin\n ┃ ┃ ┃ ┣ 📜admin.constant.ts\n ┃ ┃ ┃ ┣ 📜admin.controller.ts\n ┃ ┃ ┃ ┣ 📜admin.model.ts\n ┃ ┃ ┃ ┣ 📜admin.routes.ts\n ┃ ┃ ┃ ┣ 📜admin.service.ts\n ┃ ┃ ┃ ┣ 📜admin.types.ts\n ┃ ┃ ┃ ┗ 📜admin.validator.ts\n ┃ ┃ ┣ 📂Auth\n ┃ ┃ ┃ ┣ 📜auth.controller.ts\n ┃ ┃ ┃ ┣ 📜auth.routes.ts\n ┃ ┃ ┃ ┣ 📜auth.service.ts\n ┃ ┃ ┃ ┣ 📜auth.types.ts\n ┃ ┃ ┃ ┣ 📜auth.utils.ts\n ┃ ┃ ┃ ┗ 📜auth.validator.ts\n ┃ ┃ ┣ 📂Course\n ┃ ┃ ┃ ┣ 📜course.constant.ts\n ┃ ┃ ┃ ┣ 📜course.controller.ts\n ┃ ┃ ┃ ┣ 📜course.model.ts\n ┃ ┃ ┃ ┣ 📜course.routes.ts\n ┃ ┃ ┃ ┣ 📜course.service.ts\n ┃ ┃ ┃ ┣ 📜course.types.ts\n ┃ ┃ ┃ ┗ 📜course.validator.ts\n ┃ ┃ ┣ 📂Faculty\n ┃ ┃ ┃ ┣ 📜faculty.constant.ts\n ┃ ┃ ┃ ┣ 📜faculty.controller.ts\n ┃ ┃ ┃ ┣ 📜faculty.model.ts\n ┃ ┃ ┃ ┣ 📜faculty.routes.ts\n ┃ ┃ ┃ ┣ 📜faculty.service.ts\n ┃ ┃ ┃ ┣ 📜faculty.types.ts\n ┃ ┃ ┃ ┗ 📜faculty.validator.ts\n ┃ ┃ ┣ 📂OfferedCourse\n ┃ ┃ ┃ ┣ 📜offeredCourse.constant.ts\n ┃ ┃ ┃ ┣ 📜offeredCourse.controller.ts\n ┃ ┃ ┃ ┣ 📜offeredCourse.model.ts\n ┃ ┃ ┃ ┣ 📜offeredCourse.routes.ts\n ┃ ┃ ┃ ┣ 📜offeredCourse.service.ts\n ┃ ┃ ┃ ┣ 📜offeredCourse.types.ts\n ┃ ┃ ┃ ┣ 📜offeredCourse.utils.ts\n ┃ ┃ ┃ ┗ 📜offeredCourse.validator.ts\n ┃ ┃ ┣ 📂SemesterRegistration\n ┃ ┃ ┃ ┣ 📜semesterRegistration.constant.ts\n ┃ ┃ ┃ ┣ 📜semesterRegistration.controller.ts\n ┃ ┃ ┃ ┣ 📜semesterRegistration.model.ts\n ┃ ┃ ┃ ┣ 📜semesterRegistration.routes.ts\n ┃ ┃ ┃ ┣ 📜semesterRegistration.service.ts\n ┃ ┃ ┃ ┣ 📜semesterRegistration.types.ts\n ┃ ┃ ┃ ┗ 📜semesterRegistration.validator.ts\n ┃ ┃ ┣ 📂Student\n ┃ ┃ ┃ ┣ 📜student.constant.ts\n ┃ ┃ ┃ ┣ 📜student.controller.ts\n ┃ ┃ ┃ ┣ 📜student.interface.ts\n ┃ ┃ ┃ ┣ 📜student.model.ts\n ┃ ┃ ┃ ┣ 📜student.routes.ts\n ┃ ┃ ┃ ┣ 📜student.service.ts\n ┃ ┃ ┃ ┣ 📜student.types.ts\n ┃ ┃ ┃ ┗ 📜student.validator.ts\n ┃ ┃ ┗ 📂User\n ┃ ┃ ┃ ┣ 📜user.constant.ts\n ┃ ┃ ┃ ┣ 📜user.controller.ts\n ┃ ┃ ┃ ┣ 📜user.model.ts\n ┃ ┃ ┃ ┣ 📜user.routes.ts\n ┃ ┃ ┃ ┣ 📜user.service.ts\n ┃ ┃ ┃ ┣ 📜user.types.ts\n ┃ ┃ ┃ ┣ 📜user.utils.ts\n ┃ ┃ ┃ ┗ 📜user.validator.ts\n ┃ ┣ 📂routes\n ┃ ┃ ┗ 📜index.ts\n ┃ ┣ 📂types\n ┃ ┃ ┗ 📜index.ts\n ┃ ┣ 📂utils\n ┃ ┃ ┣ 📜catchAsync.ts\n ┃ ┃ ┣ 📜createRouter.ts\n ┃ ┃ ┣ 📜getCurrentDateTime.ts\n ┃ ┃ ┣ 📜index.ts\n ┃ ┃ ┣ 📜isValidObjectId.ts\n ┃ ┃ ┗ 📜sendResponse.ts\n ┃ ┗ 📜index.ts\n ┣ 📜.gitignore\n ┣ 📜.nvmrc\n ┣ 📜eslint.config.mjs\n ┣ 📜LICENSE\n ┣ 📜package.json\n ┣ 📜prettier.config.mjs\n ┣ 📜README.md\n ┣ 📜tsconfig.json\n ┗ 📜vercel.json\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodermehedi%2Fphum-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodermehedi%2Fphum-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodermehedi%2Fphum-server/lists"}