{"id":24149003,"url":"https://github.com/mochrks/crud-laravel-api","last_synced_at":"2026-04-15T14:03:04.799Z","repository":{"id":264036806,"uuid":"891911500","full_name":"Mochrks/crud-laravel-api","owner":"Mochrks","description":"implements a CRUD API using the Laravel framework. It includes Create, Read, Update, and Delete operations for defined entities with a clean and modular code structure.","archived":false,"fork":false,"pushed_at":"2024-12-02T02:42:18.000Z","size":101,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T08:36:01.972Z","etag":null,"topics":["laravel","postgresql"],"latest_commit_sha":null,"homepage":"","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/Mochrks.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-11-21T07:15:43.000Z","updated_at":"2024-12-07T08:27:54.000Z","dependencies_parsed_at":"2025-01-12T08:45:06.760Z","dependency_job_id":null,"html_url":"https://github.com/Mochrks/crud-laravel-api","commit_stats":null,"previous_names":["mochrks/crud-laravel-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mochrks%2Fcrud-laravel-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mochrks%2Fcrud-laravel-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mochrks%2Fcrud-laravel-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mochrks%2Fcrud-laravel-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mochrks","download_url":"https://codeload.github.com/Mochrks/crud-laravel-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241398029,"owners_count":19956655,"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":["laravel","postgresql"],"created_at":"2025-01-12T08:34:43.852Z","updated_at":"2026-04-15T14:02:59.749Z","avatar_url":"https://github.com/Mochrks.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\" style=\"font-family: 'Poppins', sans-serif; font-size: 2.5em; font-weight: bold;\"\u003eCRUD API Laravel \u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://skillicons.dev/icons?i=laravel,php,postgres\" alt=\"Tech Stack Icons\" /\u003e\n\u003c/p\u003e\n\n### Project Overview\n\nThis project is a RESTful API for Order Management built using **Laravel**, utilizing **Composer** for dependency management, and **PostgreSQL** as the database. It provides comprehensive endpoints for managing orders, menus, carts, and vouchers.\n\n### Tech Stack \u0026 Dependencies\n![Laravel](https://img.shields.io/badge/Laravel-FF2D20?style=flat-square\u0026logo=laravel\u0026logoColor=white)\n![PHP](https://img.shields.io/badge/PHP-777BB4?style=flat-square\u0026logo=php\u0026logoColor=white)\n![PostgreSQL](https://img.shields.io/badge/PostgreSQL-336791?style=flat-square\u0026logo=postgresql\u0026logoColor=white)\n![Composer](https://img.shields.io/badge/Composer-885630?style=flat-square\u0026logo=composer\u0026logoColor=white)\n\n### Setup \u0026 Installation\n\n- **Clone the repository**\n    ```bash\n    git clone https://github.com/Mochrks/crud-laravel-api.git\n    cd crud-laravel-api\n    ```\n\n- **Install dependencies**\n    ```bash\n    composer install\n    ```\n\n- **Configure Database**\n    - Rename `.env.example` to `.env` and update your PostgreSQL credentials:\n    ```dotenv\n    DB_CONNECTION=pgsql\n    DB_HOST=127.0.0.1\n    DB_PORT=5432\n    DB_DATABASE=your_database\n    DB_USERNAME=your_username\n    DB_PASSWORD=your_password\n    ```\n\n- **Generate application key**\n    ```bash\n    php artisan key:generate\n    ```\n\n- **Run migrations**\n    ```bash\n    php artisan migrate\n    ```\n\n- **Run the application**\n    ```bash\n    php artisan serve\n    ```\n\n\n\n## Connect with me:\n[![GitHub](https://img.shields.io/badge/GitHub-333?style=for-the-badge\u0026logo=github\u0026logoColor=white)](https://github.com/mochrks)\n[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge\u0026logo=youtube\u0026logoColor=white)](https://youtube.com/@Gdvisuel)\n[![Instagram](https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge\u0026logo=instagram\u0026logoColor=white)](https://instagram.com/mochrks)\n[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://linkedin.com/in/mochrks)\n[![Behance](https://img.shields.io/badge/Behance-1769FF?style=for-the-badge\u0026logo=behance\u0026logoColor=white)](https://behance.net/mochrks)\n[![Dribbble](https://img.shields.io/badge/Dribbble-EA4C89?style=for-the-badge\u0026logo=dribbble\u0026logoColor=white)](https://dribbble.com/mochrks)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmochrks%2Fcrud-laravel-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmochrks%2Fcrud-laravel-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmochrks%2Fcrud-laravel-api/lists"}