{"id":19514289,"url":"https://github.com/nejcc/bookstore","last_synced_at":"2026-05-15T04:33:51.625Z","repository":{"id":41721626,"uuid":"238458700","full_name":"Nejcc/bookstore","owner":"Nejcc","description":"Laravel bookstore  v5.8 7.1+","archived":false,"fork":false,"pushed_at":"2023-01-05T06:31:51.000Z","size":3254,"stargazers_count":0,"open_issues_count":27,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T23:32:17.940Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Nejcc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-05T13:38:31.000Z","updated_at":"2020-02-05T14:47:13.000Z","dependencies_parsed_at":"2023-02-03T15:45:45.065Z","dependency_job_id":null,"html_url":"https://github.com/Nejcc/bookstore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Nejcc/bookstore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nejcc%2Fbookstore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nejcc%2Fbookstore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nejcc%2Fbookstore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nejcc%2Fbookstore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nejcc","download_url":"https://codeload.github.com/Nejcc/bookstore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nejcc%2Fbookstore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33053816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"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":[],"created_at":"2024-11-10T23:35:47.849Z","updated_at":"2026-05-15T04:33:51.610Z","avatar_url":"https://github.com/Nejcc.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## Tutorial\n\nCreate a simple book store application\n\n## Requirements\nPHP 7.1+\nLaravel 5.8\nVue 2.0\nPHPUnit 7+\n\n## setup\n\n* git clone https://github.com/Nejcc/bookstore.git bookstore\n* composer create-project --prefer-dist laravel/laravel bookstores \"5.8.*\"\n* php artisan make:auth\n* npm install\n* composer require laravel/telescope  \n    * (if you like u can run only on dev with flag --dev)\n* create database/database.sqlite\n    * test connection\n* .env change DB_CONECTION to sqlite  and delete other rows for DB part\n* php artisan telescope:install\n* php artisan migrate\n* npm run dev    -- or ( npm run watch)\n    * if you have any trouble delete \"node_modules\" folder and try again with npm install - this sometime solve the problem\n* php artisan serve --port 81\n\n## Test Auth with predefined user\n* php artisan make:seeder UsersTableSeeder\n    * in DatabaseSeeder uncomment $this-\u003ecall(UsersTableSeeder::class);\n* Add code in seeder this time use DB instead User::class\n* php artisan migrate:refresh --seed\n* try to login via url /login\n    * if you can then move to next step\n    \n## Step 1\n##### The idea is to create books resource that contain all books    \n* php artisan make:model Models/Book -a\n    * this will create [controller, model, migration, factory] for you\n*\n## TDD\n* php artisan make:test Http/Controllers/Api/BooksController\n\n\n\n\n## License\n\nThe project is based on  [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnejcc%2Fbookstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnejcc%2Fbookstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnejcc%2Fbookstore/lists"}