{"id":48785829,"url":"https://github.com/m3h3d1ha2an/phum-server","last_synced_at":"2026-04-13T17:01:59.475Z","repository":{"id":252295731,"uuid":"818497682","full_name":"m3h3d1ha2an/phum-server","owner":"m3h3d1ha2an","description":"A University Management Server Built with Typescript Node Express Mongoose","archived":true,"fork":false,"pushed_at":"2025-12-23T03:35:36.000Z","size":154,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-24T18:11:28.183Z","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/m3h3d1ha2an.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,"zenodo":null}},"created_at":"2024-06-22T02:22:33.000Z","updated_at":"2025-12-23T03:36:00.000Z","dependencies_parsed_at":"2025-07-06T10:43:11.219Z","dependency_job_id":"85c70233-7ca2-40e1-8976-ecd9e8c457e5","html_url":"https://github.com/m3h3d1ha2an/phum-server","commit_stats":null,"previous_names":["thecodermehedi/university-managment-system","mahdi-al-mutaallim/phum-server","thecodermehedi/phum-server","mahdialmutaallim/phum-server","madebymehedi/phum-server","m3h3d1ha2an/phum-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m3h3d1ha2an/phum-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m3h3d1ha2an%2Fphum-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m3h3d1ha2an%2Fphum-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m3h3d1ha2an%2Fphum-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m3h3d1ha2an%2Fphum-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m3h3d1ha2an","download_url":"https://codeload.github.com/m3h3d1ha2an/phum-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m3h3d1ha2an%2Fphum-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31761996,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-04-13T17:01:54.224Z","updated_at":"2026-04-13T17:01:59.470Z","avatar_url":"https://github.com/m3h3d1ha2an.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%2Fm3h3d1ha2an%2Fphum-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm3h3d1ha2an%2Fphum-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm3h3d1ha2an%2Fphum-server/lists"}