{"id":16349747,"url":"https://github.com/arojunior/barbecue-orders","last_synced_at":"2026-01-30T08:56:03.212Z","repository":{"id":39107536,"uuid":"96947832","full_name":"arojunior/barbecue-orders","owner":"arojunior","description":"Barbecue orders application for companies (React, Redux, Recompose and PHP7 in backend)","archived":false,"fork":false,"pushed_at":"2023-01-05T20:39:24.000Z","size":8580,"stargazers_count":0,"open_issues_count":24,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T20:00:58.330Z","etag":null,"topics":["javascript","php","react","redux"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/arojunior.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-07-12T00:17:14.000Z","updated_at":"2020-05-26T20:04:14.000Z","dependencies_parsed_at":"2023-02-04T15:31:36.842Z","dependency_job_id":null,"html_url":"https://github.com/arojunior/barbecue-orders","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arojunior/barbecue-orders","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arojunior%2Fbarbecue-orders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arojunior%2Fbarbecue-orders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arojunior%2Fbarbecue-orders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arojunior%2Fbarbecue-orders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arojunior","download_url":"https://codeload.github.com/arojunior/barbecue-orders/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arojunior%2Fbarbecue-orders/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260865395,"owners_count":23074638,"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":["javascript","php","react","redux"],"created_at":"2024-10-11T01:00:47.036Z","updated_at":"2026-01-30T08:56:03.144Z","avatar_url":"https://github.com/arojunior.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Barbecue orders\n\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/arojunior/barbecue-orders/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/arojunior/barbecue-orders/?branch=master) [![Build Status](https://scrutinizer-ci.com/g/arojunior/barbecue-orders/badges/build.png?b=master)](https://scrutinizer-ci.com/g/arojunior/barbecue-orders/build-status/master)\n\n### Backend Stack\n- PHP 7\n- Mysql\n\n**Dependencies**\n- slim/slim\n- arojunior/php-orm-pdo\n\n### Frontend Stack\n- React\n- Redux\n\n**Dependencies**\n- erikras/redux-form\n- choko-org/redux-boot\n- ramda/ramda\n- arojunior/redux-localstore\n\nIt is using `Webpack 2` as module bundler and is `WPA` by default.\n\n# Instalation\n\n### Docker\nThe easiest way. Clone repository and run:\n```sh\ndocker-compose up -d\n```\n\n**Client:** http://localhost:3000\n**API:** http://localhost:8000\n\n### Manual Instalation\n\nTo run this application without Docker, you gonna need PHP 7+, Composer and Mysql installed locally.\n\n- 1 - import `/api/database.sql` in you local Mysql\n- 2 - go to /api and run `composer install` to install the dependencies\n- 3 - change database connection configuration in `/api/src/Models/App.php`\n- 4 - then you can run the API going to `/api/public` with `php -S localhost:8000`\n- 5 - go to `/client/build` and run the Client with `php -S localhost:3000`\n\n# Requeriments\n\n### Login\n- [x] User should log in with e-mail and password\n- [x] All form fields are required\n- [x] It should show a warning if user try to send the form empty\n\n### New account\n- [x] Everyone can create an account\n- [x] All form fields are required\n- [x] It should validate duplicated e-mails\n\n### Menu\n- [x] The menu should be shared with all authenticated pages\n\n### Pages\n- [x] Authentication is not required to Login and New account page\n- [x] Authentication is required to Dashboard, New company, New order, My orders and My account page\n\n### Dashboard\n- [x] User should land in `Dashboard` page after Login\n- [x] Companies list should has a link in quantity column to go to orders page\n\n### New company\n- [x] Users can create one or more companies. If they got no companies, they can't create orders\n- [x] The form should verify if ENI (a.k.a CNPJ in Brazil) is valid. All fields are required\n\n### New order\n- [x] Users should select one company to create an order, after that they can select the product and quantity\n\n### My orders\n- [x] Users can view orders information and cancel an order whenever they want\n\n### My account\n- [x] User can edit this profile everytime he want\n- [x] It should validate duplicated e-mails, as `New account` page\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farojunior%2Fbarbecue-orders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farojunior%2Fbarbecue-orders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farojunior%2Fbarbecue-orders/lists"}