{"id":15661723,"url":"https://github.com/zeroc0d3/mycampus","last_synced_at":"2026-05-19T04:38:00.829Z","repository":{"id":70352746,"uuid":"76177777","full_name":"zeroc0d3/mycampus","owner":"zeroc0d3","description":"MyCampus RestAPI is a simple restapi project for academic information system, build on the top of Laravel PHP Framework using Dingo and JWT for authentication","archived":false,"fork":false,"pushed_at":"2017-04-23T15:21:30.000Z","size":188,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-07T05:44:54.460Z","etag":null,"topics":["api","dingo","jwt","laravel","laravel-php-framework","mycampus-restapi","restapi","test-driven-development"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeroc0d3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2016-12-11T14:00:22.000Z","updated_at":"2024-04-10T14:02:44.000Z","dependencies_parsed_at":"2023-02-22T00:15:27.077Z","dependency_job_id":null,"html_url":"https://github.com/zeroc0d3/mycampus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zeroc0d3/mycampus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroc0d3%2Fmycampus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroc0d3%2Fmycampus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroc0d3%2Fmycampus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroc0d3%2Fmycampus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeroc0d3","download_url":"https://codeload.github.com/zeroc0d3/mycampus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroc0d3%2Fmycampus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33201999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"online","status_checked_at":"2026-05-19T02:00:06.763Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","dingo","jwt","laravel","laravel-php-framework","mycampus-restapi","restapi","test-driven-development"],"created_at":"2024-10-03T13:29:05.946Z","updated_at":"2026-05-19T04:38:00.814Z","avatar_url":"https://github.com/zeroc0d3.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## MyCampus RestAPI\n\nMyCampus RestAPI is a simple restapi project for academic information system, build on the top of Laravel PHP Framework using Dingo and JWT for authentication. Features cover:\n* Campus profile\n* Faculty (fakultas)\n* Concentration (jurusan)\n* Lecture (dosen)\n* Student (mahasiswa)\n* Courses (mata kuliah)\n* Semester Courses (mata kuliah semester)\n* Study Planing (rencana studi)\n* Study Result (hasil studi) \n\n## Installation\n\n### Step 1: Clone the repo\n```\ngit clone https://github.com/zeroc0d3/mycampus\n```\n\n### Step 2: Prerequisites\n```\ncp .env.example .env\ncomposer install\nphp artisan migrate\nphp artisan db:seed\nphp artisan key:generate\nphp artisan vendor:publish --provider=\"Tymon\\JWTAuth\\Providers\\JWTAuthServiceProvider\"\nphp artisan jwt:generate\n```\n\n### Step 3: Serve\n```\nphp artisan serve\n```\n\n### Note about Apache\nIf you use Apache to serve this, you will need to add the following 2 lines to your .htaccess (or your virtualhost configuration):\n```\nRewriteCond %{HTTP:Authorization} ^(.*)\nRewriteRule .* - [e=HTTP_AUTHORIZATION:%1]\n```\n\n### Step 4: Optimize \u0026 Clear cache\n```\ncomposer dumpautoload -o\nphp artisan cache:clear\nphp artisan view:clear\n```\n\n### Note about upgrade\nIf you have change from branch laravel 5.1 to laravel 5.2 you need to update the composer and run the step 4. \n```\ncomposer update\n```\n\n### Login User\n* username: admin@mycampus.app / user1@mycampus.app / user2@mycampus.app\n* password: password\n\n\n### Test Case API (PostmanBDD)\n* Install [Postman](http://www.getpostman.com/)\n* Import postman collection in `docs` folder\n* Run the test api from each scenario\n\n\n### Learn More \nYou can review how to running automation test case from our repository [here](https://github.com/zeroc0d3/json-postman)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroc0d3%2Fmycampus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeroc0d3%2Fmycampus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroc0d3%2Fmycampus/lists"}