{"id":19862396,"url":"https://github.com/lcoutojunior/file_upload_report","last_synced_at":"2026-04-16T05:04:28.366Z","repository":{"id":167543583,"uuid":"469447520","full_name":"lcoutojunior/file_upload_report","owner":"lcoutojunior","description":"Returns a simple report from file uploaded (csv).","archived":false,"fork":false,"pushed_at":"2022-03-24T19:56:23.000Z","size":94,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T15:14:56.987Z","etag":null,"topics":["api-rest","bootstrap","docker","docker-compose","laravel","php8"],"latest_commit_sha":null,"homepage":"","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/lcoutojunior.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-13T17:43:24.000Z","updated_at":"2022-03-16T20:10:30.000Z","dependencies_parsed_at":"2023-05-23T00:15:34.004Z","dependency_job_id":null,"html_url":"https://github.com/lcoutojunior/file_upload_report","commit_stats":null,"previous_names":["lcoutojunior/file_upload_report"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcoutojunior%2Ffile_upload_report","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcoutojunior%2Ffile_upload_report/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcoutojunior%2Ffile_upload_report/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcoutojunior%2Ffile_upload_report/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lcoutojunior","download_url":"https://codeload.github.com/lcoutojunior/file_upload_report/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241272493,"owners_count":19937091,"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":["api-rest","bootstrap","docker","docker-compose","laravel","php8"],"created_at":"2024-11-12T15:11:40.772Z","updated_at":"2026-04-16T05:04:23.345Z","avatar_url":"https://github.com/lcoutojunior.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# File Upload Report\n\nWeb App to upload data file (separated by '\\t'), presents in bootstrap table and calculates total Revenue.\nThis data file is located in root folder as \"dados.txt\".\n## Features\n\n- Mimetype checked.\n- Laravel 9.\n- PHP 8.\n- Docker included with Laravel Sails\n- Using Controller Resources.\n- Redis ready.\n\n\n## Tech Stack\n**Server:** Laravel 9, PHP 8, MariaDB, Docker\n\n\n\n\n## Environment Variables\n\nAlready comes in repository.\n\n## Requirements\n\n- docker installed.\n\n- docker-compose installed.\n\n- Your user belongs to \"docker\" group (rootless). Otherwise will be necessary runs Sails as a root every time (like sudo docker-compose up). \n\n- Default ports keeps free before installation. Stop all of these services if you have installed.\n\t\t80(apache, nginx), 3306(mysql), 6379(redis), for this case.\n## Tips\nAdd this in your ~/.bashrc (or you'll have to type **./vendor/bin/sail** every time):\n```\n aias sail='[ -f sail ] \u0026\u0026 bash sail || bash vendor/bin/sail'\n```\nAnd then:\n```\nsource ~/.bashrc\n```\n\nAfter installation and while images running, if you want to enter inside database command line:\n```\nmysql -h 127.0.0.1 -u sail -p\n\npassword: password\n```\n\n## Installation\n\n```bash\n\tgit clone https://github.com/lcoutojunior/file_upload_report\n\tcd file_upload_report\n\tdocker run --rm \\\n\t\t-u \"$(id -u):$(id -g)\" \\\n\t\t-v $(pwd):/var/www/html \\\n\t\t-w /var/www/html \\\n\t\tlaravelsail/php81-composer:latest \\\n\t\tcomposer install --ignore-platform-reqs\n\tsail up -d\n\tsail composer install\n\tsail artisan migrate\n```\n\n\n## Usage/Examples\n\nStart project:\n```\nsail up -d\n```\nStop project:\n```\nsail stop\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flcoutojunior%2Ffile_upload_report","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flcoutojunior%2Ffile_upload_report","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flcoutojunior%2Ffile_upload_report/lists"}