{"id":21988292,"url":"https://github.com/salithaucsc/laravel-api","last_synced_at":"2026-04-12T15:42:11.149Z","repository":{"id":115901999,"uuid":"157253138","full_name":"SalithaUCSC/Laravel-API","owner":"SalithaUCSC","description":"REST API implemented using Laravel PHP framework","archived":false,"fork":false,"pushed_at":"2018-11-12T18:15:50.000Z","size":202,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T05:44:01.707Z","etag":null,"topics":["laravel5","php","resources","rest-api"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/SalithaUCSC.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":"2018-11-12T17:49:27.000Z","updated_at":"2018-11-12T18:20:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"10fbc56e-9cf7-4149-a73d-f554099f82bb","html_url":"https://github.com/SalithaUCSC/Laravel-API","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/SalithaUCSC%2FLaravel-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SalithaUCSC%2FLaravel-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SalithaUCSC%2FLaravel-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SalithaUCSC%2FLaravel-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SalithaUCSC","download_url":"https://codeload.github.com/SalithaUCSC/Laravel-API/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245048281,"owners_count":20552483,"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":["laravel5","php","resources","rest-api"],"created_at":"2024-11-29T19:17:00.226Z","updated_at":"2026-04-12T15:42:06.113Z","avatar_url":"https://github.com/SalithaUCSC.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel_API\n\n## REST API implemented using Laravel PHP framework\n\n### Instructions:\n\n1. Download or clone and extract the project.\n2. Start XAMPP/WAMP/LAMPP and Place the folder in htdocs or www folder.\n3. Go to PhpMyadmin and create a new database called **laravel_api**.\n4. Select the database and import SQL file named as laravel_api.\n5. Rename **.env-example** file as **.env**.\n6. Open cmd and navigate into the folder using cd command.\n7. Type **composer install** to install dependencies.\n8. Type **php artisan key:generate** on terminal.\n9. Type php artisan serve in cmd.\n10. Use **Postman** or **Browser extension** to test the API.\n\n### API Routes\n```php\nhttp://127.0.0.1:8000/api/products      method = \"GET\"\nhttp://127.0.0.1:8000/api/products/id   method = \"GET\"\nhttp://127.0.0.1:8000/api/product       method = \"POST\"\nhttp://127.0.0.1:8000/api/product       method = \"PUT\"\nhttp://127.0.0.1:8000/api/product/id    method = \"DELETE\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalithaucsc%2Flaravel-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalithaucsc%2Flaravel-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalithaucsc%2Flaravel-api/lists"}