{"id":15093622,"url":"https://github.com/johncris09/scholarship","last_synced_at":"2026-01-05T02:05:57.376Z","repository":{"id":224470188,"uuid":"757784114","full_name":"johncris09/scholarship","owner":"johncris09","description":"Oroquieta City Scholarship","archived":false,"fork":false,"pushed_at":"2024-06-04T03:15:00.000Z","size":1308,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T12:11:43.348Z","etag":null,"topics":["codeigniter","coreui","javascript","mysql","php","reactjs","rest-api"],"latest_commit_sha":null,"homepage":"https://oroquietacity.net/system/scholarship","language":"JavaScript","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/johncris09.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-15T01:02:19.000Z","updated_at":"2024-06-04T03:15:03.000Z","dependencies_parsed_at":"2024-02-29T04:21:57.217Z","dependency_job_id":"c7b3421a-e40f-4a77-93c6-a6c7bbbfd867","html_url":"https://github.com/johncris09/scholarship","commit_stats":{"total_commits":102,"total_committers":1,"mean_commits":102.0,"dds":0.0,"last_synced_commit":"ae6b2148dc71e5b487c98d141a378d6b5436f637"},"previous_names":["johncris09/scholarship"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johncris09%2Fscholarship","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johncris09%2Fscholarship/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johncris09%2Fscholarship/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johncris09%2Fscholarship/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johncris09","download_url":"https://codeload.github.com/johncris09/scholarship/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244959449,"owners_count":20538625,"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":["codeigniter","coreui","javascript","mysql","php","reactjs","rest-api"],"created_at":"2024-09-25T11:24:22.598Z","updated_at":"2026-01-05T02:05:57.349Z","avatar_url":"https://github.com/johncris09.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scholarship\n\n\n![Picture](scholarship.png)\n\n\nUpgraded system from  [Oroqscholarship](https://oroquietacity.net/oroqscholarship/#/login).\n##### Previous repo [Oroqscholarship](https://github.com/johncris09/oroqscholarship)\n\n\n## Huge Updates\n\n- Switch database approach from [denormalization](https://en.wikipedia.org/wiki/Denormalization)  to [normalization](https://en.wikipedia.org/wiki/Database_normalization)\n- In registration, remove unnecessary fields\n- Create identifier to distinguish a particular entity within a system or context.\n\n```\n# identifier\n\nC2-2425-AB-013024\n\nC             # C - College, S - Senior High - T - Tvet \n2             # 1 - 1st Semester, 2 - 2nd Semester\n-\n2425          # School Year ex. 2024-2025\n-\nA             # First Name abbreviation\nB             # Last Name abbreviation\n-\n013024        # Birth Date\n```\n\n## Requirements\n- [Nodejs](https://nodejs.org/en)\n- [XAMPP](https://www.apachefriends.org/) (windows) or LAMPP (linux)\n\n\n## Quick Start\n- Clone the repo: `https://github.com/johncris09/scholarship.git`\n\n\n### \u003ci\u003ePrerequisites\u003c/i\u003e\n\n##### Before you begin,\n- move package.json/package.json to project/package.json\n- rename api/application/config/database_development.php to database.php \n- rename api/application/config/config_development.php to config.php\n- change the ```$config['base_url'] = '' ```\n- in client/.env_development, fill in the following\n```\n# .env\nREACT_APP_DEVELOPER           = DEVELOPER_NAME\nREACT_APP_IS_DEVELOPMENT      = false\nREACT_APP_BASEURL_DEVELOPMENT = BACKEND_FOLDER\nREACT_APP_BASEURL_PRODUCTION  = BACKEND_FOLDER_IN_WEBSITE\nREACT_APP_USERNAME            = API_USERNAME\nREACT_APP_PASSWORD            = API_PASSWORD\nREACT_APP_DATE_UPDATED        = DATE_UPDATED\nREACT_APP_STATUS_APPROVED_KEY = SECKRET_KEY\nREACT_APP_MINUTES_NO_ACTIVITY = MINUTES\n```\n```\n\n# api/application/config/rest.php\n$config['rest_valid_logins'] = [username =\u003e password];\n\n# .env\n  REACT_APP_USERNAME must same as  $config['rest_valid_logins'][username]\n  REACT_APP_USERNAME must same as  $config['rest_valid_logins'][password]\n```\n\n\n\n## Folder Structure\n```\n├── project\n│   ├── node_modules\n│   ├── scholarship\n│   │   ├── api\n│   │   ├── client\n│   ├── package.json\n```\n\n### Installation\n\n``` bash\n# navigate to project folder\n$ npm install\n$ npm update\n```\n\n### Basic usage\n\n``` bash\n# navigate to scholarship folder\n$ npm start\n```\n\n#### Build \n\n```bash\n# navigate to scholarship folder\n# build for production with minification\n$ npm run build\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohncris09%2Fscholarship","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohncris09%2Fscholarship","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohncris09%2Fscholarship/lists"}