{"id":15025124,"url":"https://github.com/alustau/entec-2017","last_synced_at":"2025-04-12T13:12:50.902Z","repository":{"id":56946468,"uuid":"94838631","full_name":"alustau/entec-2017","owner":"alustau","description":"This is a simple project written in Laravel","archived":false,"fork":false,"pushed_at":"2018-07-11T11:40:38.000Z","size":554,"stargazers_count":9,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T13:12:44.525Z","etag":null,"topics":["appointment","doctor","elegance","laravel","laravel-framework","prophesize","simple","solid-principles","tdd"],"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/alustau.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":"2017-06-20T01:56:57.000Z","updated_at":"2019-06-16T16:29:37.000Z","dependencies_parsed_at":"2022-08-21T07:20:59.099Z","dependency_job_id":null,"html_url":"https://github.com/alustau/entec-2017","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alustau%2Fentec-2017","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alustau%2Fentec-2017/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alustau%2Fentec-2017/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alustau%2Fentec-2017/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alustau","download_url":"https://codeload.github.com/alustau/entec-2017/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248571869,"owners_count":21126522,"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":["appointment","doctor","elegance","laravel","laravel-framework","prophesize","simple","solid-principles","tdd"],"created_at":"2024-09-24T20:01:32.890Z","updated_at":"2025-04-12T13:12:50.882Z","avatar_url":"https://github.com/alustau.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"entec-2017 [![Latest Stable Version](https://poser.pugx.org/alustau/entec2017/v/stable.png)](https://packagist.org/packages/alustau/entec2017)\n=============\n\nEntec 2017 is a simple project with goal to use TDD  and SOLID principles\n\n## Table of Contents\n\n- [Features](#features)\n- [Installation](#installation)\n\n## Features\n\n* Create a Doctor\n* List all Doctors\n* Update a Doctor\n* Remove a Doctor and its appointments\n* Create Appointment\n* List all Appointments\n* Remove Appointment\n\n\n## Installation\n\n**Version 1.0 has no patterns.**\n\n**Version 2.1 - TDD, SOLID principles**\n\n1- Install this project running this:\n```shell\n$ git clone https://github.com/Alustau/entec-2017.git \n```\n2- Enter in project folder.\n```shell\n$ cd entec-2017\n```\n3- Checkout on stable version.\n```shell\n$ git checkout tags/v2.1 \n```\n4- Install the dependencies.\n```shell\n$ composer install\n```\n5- Set up your .env through .env.example.\n\n6- Generate a key for .env file.\n```shell\n$ php artisan key:generate\n```\n\n7- Run database migration .\n```shell\n$ php artisan migrate\n```\n\n8- Start server using:\n```shell\n$ php artisan serve\n```\n\n## AppServiceProvider\nYou can swap between Query Builder or Eloquent services\n```php\nnamespace App\\Providers;\n\nuse ...;\n\nclass AppServiceProvider extends ServiceProvider\n{\n    protected $type = 'Eloquent' // Query Builder or Eloquent;\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falustau%2Fentec-2017","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falustau%2Fentec-2017","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falustau%2Fentec-2017/lists"}