{"id":24203442,"url":"https://github.com/hexagon-dev/salary-manager","last_synced_at":"2026-05-10T05:51:05.323Z","repository":{"id":103055011,"uuid":"428214321","full_name":"Hexagon-Dev/salary-manager","owner":"Hexagon-Dev","description":null,"archived":false,"fork":false,"pushed_at":"2021-11-24T08:59:36.000Z","size":494,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T22:39:11.417Z","etag":null,"topics":["crud","docker","jwt","laravel"],"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/Hexagon-Dev.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":"2021-11-15T10:15:36.000Z","updated_at":"2022-08-22T18:45:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"79adb385-20b6-4568-9693-c82346047e88","html_url":"https://github.com/Hexagon-Dev/salary-manager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hexagon-Dev%2Fsalary-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hexagon-Dev%2Fsalary-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hexagon-Dev%2Fsalary-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hexagon-Dev%2Fsalary-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hexagon-Dev","download_url":"https://codeload.github.com/Hexagon-Dev/salary-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241661409,"owners_count":19998949,"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":["crud","docker","jwt","laravel"],"created_at":"2025-01-13T22:35:07.330Z","updated_at":"2026-05-10T05:51:05.269Z","avatar_url":"https://github.com/Hexagon-Dev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Salary Manager\nThis is CRUD system, it has permissions, roles, register, login, data validation.  \nIt uses JWT to authenticate.  \nIt has generated Swagger documentation available on `http://localhost/documentation`\n## Installation\n*  Make sure that you have docker installed.\n*  Execute `docker-compose up`\n*  Go to `http://localhost` and here you are.\n## Permissions management\nTo create permissions run: `php artisan db:seed`  \nIt creates permissions called by table names and permissions called create, read, update, delete.  \nAlso, it creates 4 roles called: superadmin, admin, user and guest.  \nSuperadmin has all permissions. Guest has no permissions.  \nFor example to allow access to update skill table, give these permissions: 'update', 'skill'.\n## Available permissions\n*  create\n*  read\n*  update\n*  delete\n*  table_name\n## Methods:\n### Auth:\n| Method | URI | Description |\n|----------------|---------|----------------|\n| **POST** | api/login | Get a JWT via given credentials. |\n| **POST** | api/register | Register new user, responses with same data. |\n### Tables:\n| Method | URI | Description |\n|----------------|---------|----------------|\n| **GET** | api/table_name | Show entries |\n| **POST** | api/table_name | Create new entry |\n| **GET** | api/table_name/{variable} | Show certain entry |\n| **PATCH** | api/table_name/{variable} | Update certain entry values |\n| **DELETE** | api/table_name/{variable} | Remove certain entry |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexagon-dev%2Fsalary-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhexagon-dev%2Fsalary-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexagon-dev%2Fsalary-manager/lists"}