{"id":18744063,"url":"https://github.com/izaelgs/targetmanager","last_synced_at":"2026-04-06T08:32:07.372Z","repository":{"id":65402439,"uuid":"562848107","full_name":"izaelgs/targetManager","owner":"izaelgs","description":"Plataforma para gerenciamento de metas e objetivos e classificação por prioridade, custo, retorno, prazo e urgência calculada de forma automárica","archived":false,"fork":false,"pushed_at":"2023-03-29T00:24:26.000Z","size":1331,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-09T15:59:57.526Z","etag":null,"topics":["bootstrap","html","javascript","jquery","laravel","mysql","sass","vuejs"],"latest_commit_sha":null,"homepage":"https://iza.netlify.app/","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/izaelgs.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":"2022-11-07T11:41:30.000Z","updated_at":"2024-07-10T14:52:11.000Z","dependencies_parsed_at":"2025-02-19T08:43:05.957Z","dependency_job_id":"c92c383e-9e76-41df-b751-e4e3e11743f4","html_url":"https://github.com/izaelgs/targetManager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/izaelgs/targetManager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izaelgs%2FtargetManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izaelgs%2FtargetManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izaelgs%2FtargetManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izaelgs%2FtargetManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/izaelgs","download_url":"https://codeload.github.com/izaelgs/targetManager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izaelgs%2FtargetManager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31464604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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":["bootstrap","html","javascript","jquery","laravel","mysql","sass","vuejs"],"created_at":"2024-11-07T16:13:40.559Z","updated_at":"2026-04-06T08:32:07.353Z","avatar_url":"https://github.com/izaelgs.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Target Manager\n\n## Screenshots\n\n![login](https://user-images.githubusercontent.com/72363296/209216060-810cf770-fc96-433d-98b6-716b5f99dfaf.PNG)\n\n![register](https://user-images.githubusercontent.com/72363296/209216073-5ea10e90-b1b6-4151-b6d4-cab436353125.PNG)\n\n![home](https://user-images.githubusercontent.com/72363296/209216093-1a28a1dc-c3d9-4699-aae9-03e510f4b6bb.PNG)\n\n![sidebar](https://user-images.githubusercontent.com/72363296/209216105-29de62a3-0177-4ab2-a7d4-c2c1219605a9.PNG)\n\n![categories](https://user-images.githubusercontent.com/72363296/209216120-2c9fd5e0-074e-479e-ab06-1ddc62d436b9.PNG)\n\n![addTarget](https://user-images.githubusercontent.com/72363296/209216161-7c281247-f567-4e6e-bd09-0f82edc979b0.PNG)\n\n![target](https://user-images.githubusercontent.com/72363296/209216203-99fa4bd9-946c-4883-b56d-5715440abc8e.PNG)\n\n\n\n## Technologies used\n\n### Frontend\n- VueJs\n- VueRouter\n- JsCookie\n- Jquery\n- Bootstrap\n- Sass\n\n### Backend\n- PHp\n- Laravel\n- Jwt-Auth\n- MySql\n___\n\n## Prerequisites\n- Php 7.4\n- Composer\n- MySql\n- NodeJs\n___\n\n## How to use?\n\n## Step 1\nThe first step is to download the project, for this you can copy the code below and run it in your GIT terminal\n\n```\ngit clone git@github.com:izaelgs/targetManager.git\n```\n____\n\n## Step 2\n### BACKEND\n#### Step 1\nWith PHP and Composer installed, lets install laravel dependencies with the commands\n```\ncomposer install\ncp .env.example .env\nphp artisan key:generate\n```\n#### Step 2\nThen is needed to configure some database things on .env file\n```\nsudo nano .env\n```\nThen is possible to build the database structure running\n```\nphp artisan migrate --seed\n```\n#### Step 3\nAubsequently let's generate a key for jwt\n```\nphp artisan jwt:secret\n```\n\n### FRONTEND\nAfterwords with NodeJs installed, just run the commands and then laravelmix will display some instructions\n```\nnpm install\nnpm run dev\n```\n\n## Step 2\nNow, just use the comand to run the server on localhost:8000\n```\nphp artisan serve\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizaelgs%2Ftargetmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fizaelgs%2Ftargetmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizaelgs%2Ftargetmanager/lists"}