{"id":21828117,"url":"https://github.com/hamidurrahman1/cunyfirst","last_synced_at":"2026-04-15T19:34:34.458Z","repository":{"id":41032805,"uuid":"218558730","full_name":"HamidurRahman1/CUNYfirst","owner":"HamidurRahman1","description":"A web-based school management system","archived":false,"fork":false,"pushed_at":"2022-12-16T00:35:50.000Z","size":5536,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-04T23:51:15.823Z","etag":null,"topics":["crud-functionality","cunyfirst","dependency-injection","hibernate","ioc-container","maven","mysql","spring","spring-mvc"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HamidurRahman1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-30T15:24:06.000Z","updated_at":"2020-08-19T14:16:41.000Z","dependencies_parsed_at":"2023-01-29T06:15:19.729Z","dependency_job_id":null,"html_url":"https://github.com/HamidurRahman1/CUNYfirst","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamidurRahman1%2FCUNYfirst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamidurRahman1%2FCUNYfirst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamidurRahman1%2FCUNYfirst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamidurRahman1%2FCUNYfirst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HamidurRahman1","download_url":"https://codeload.github.com/HamidurRahman1/CUNYfirst/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244797190,"owners_count":20511826,"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":["crud-functionality","cunyfirst","dependency-injection","hibernate","ioc-container","maven","mysql","spring","spring-mvc"],"created_at":"2024-11-27T18:15:15.930Z","updated_at":"2026-04-15T19:34:29.376Z","avatar_url":"https://github.com/HamidurRahman1.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CUNYfirst\n\u003cp\u003e\n    \u003ch2\u003eObjectives\u003c/h2\u003e\n        \u003ch4\u003eBuild a School based application with different kind of portals to demonstrate\n    the usage of the following tools - \u003c/h4\u003e\n    \u003cul\u003e\n        \u003cli\u003eA complete CRUD application\u003c/li\u003e\n        \u003cli\u003eUsage of Spring framework\n            \u003cul\u003e\n                \u003cli\u003eSpring IoC\u003c/li\u003e\n                \u003cli\u003eSpring DI\u003c/li\u003e\n                \u003cli\u003eSpring MVC\u003c/li\u003e\n                \u003cli\u003eSpring Web\u003c/li\u003e\n            \u003c/ul\u003e\n        \u003c/li\u003e\n        \u003cli\u003eHibernate for database\u003c/li\u003e\n        \u003cli\u003eRetrieve resources from database as per request instead of a bulk request\u003c/li\u003e\n        \u003cli\u003eUsage of external properties files\u003c/li\u003e\n        \u003cli\u003eSeparting the view and business logic\u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/p\u003e\n\n\u003cp\u003e\n    \u003ch2\u003eThis application has three parts\u003c/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003cstrong\u003eAdmin\u003c/strong\u003e\n            \u003cul\u003e\n                \u003cli\u003eAn admin can insert a new student\u003c/li\u003e\n                \u003cli\u003eAn admin can update a student\u003c/li\u003e\n                \u003cli\u003eAn admin can view a students record\u003c/li\u003e\n                \u003cli\u003eAn admin can delete a student without deleting FAFSA records \n                (one important business logic) and the courses\u003c/li\u003e\n                \u003cli\u003eAn admin can insert a new instructor\u003c/li\u003e\n                \u003cli\u003eAn admin can update an existing instructor\u003c/li\u003e\n                \u003cli\u003eAn admin can delete an instructor without deleting the courses and the students\u003c/li\u003e\n                \u003cli\u003eAn admin can view all courses\u003c/li\u003e\n            \u003c/ul\u003e\n         \u003c/li\u003e   \n        \u003cli\u003e\u003cstrong\u003eStudent\u003c/strong\u003e\n            \u003cul\u003e\n                \u003cli\u003eA student can view all it's relevant information\u003c/li\u003e\n                \u003cli\u003eNot all of the information is loaded when a student's logged in like \n                Course histories and Financial Activities\u003c/li\u003e\n                \u003cli\u003eA student cannot modify it's own record, only doable by an admin\u003c/li\u003e\n            \u003c/ul\u003e\n         \u003c/li\u003e \n        \u003cli\u003e\u003cstrong\u003eInstructor\u003c/strong\u003e\n            \u003cul\u003e\n                \u003cli\u003eAn instructor can update any student that is enrolled in his/her class\n                in this term\u003c/li\u003e\n            \u003c/ul\u003e\n        \u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamidurrahman1%2Fcunyfirst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamidurrahman1%2Fcunyfirst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamidurrahman1%2Fcunyfirst/lists"}