{"id":22514132,"url":"https://github.com/lucasplopes/crud-project","last_synced_at":"2026-04-20T09:32:12.265Z","repository":{"id":56670825,"uuid":"307141582","full_name":"LucasPLopes/crud-project","owner":"LucasPLopes","description":"Basic CRUD project","archived":false,"fork":false,"pushed_at":"2020-10-26T17:40:50.000Z","size":85,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T01:45:52.063Z","etag":null,"topics":["h2","hacktoberfest","java","jpa","jwt","postman","querydsl","security","spring-boot","web"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LucasPLopes.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-10-25T16:28:58.000Z","updated_at":"2020-10-26T17:40:52.000Z","dependencies_parsed_at":"2022-08-15T23:00:45.367Z","dependency_job_id":null,"html_url":"https://github.com/LucasPLopes/crud-project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LucasPLopes/crud-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasPLopes%2Fcrud-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasPLopes%2Fcrud-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasPLopes%2Fcrud-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasPLopes%2Fcrud-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LucasPLopes","download_url":"https://codeload.github.com/LucasPLopes/crud-project/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasPLopes%2Fcrud-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32041276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["h2","hacktoberfest","java","jpa","jwt","postman","querydsl","security","spring-boot","web"],"created_at":"2024-12-07T03:16:09.932Z","updated_at":"2026-04-20T09:32:12.243Z","avatar_url":"https://github.com/LucasPLopes.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Projeto básico de CRUD\n\n## Usando as seguintes dependências\n\n*   H2(in-disk), JPA, WEB, DEV, QueryDSL, JWT, Security\n\n* JDK 11, Maven\n\n**.  Inicializar**\n\n+  ./mvnw spring-boot:run\n\n**. Processo de autenticação**\n\n+ Acessos de ADMIN, usar *admin* e senha *adminpw*\n+ Acessos de USER, usar *user* e senha *userpw*\n\n\u003ccode\u003e\n\ncurl --location --request POST 'http://localhost:8080/api/authenticate' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n    \"username\":\"admin\",\n    \"password\" : \"adminpw\"\n}'\n\n\u003c/code\u003e\n\n\nO app disponibilizado nesse endereço \u003chttp://localhost:8080\u003e.\n\n## Explore as APIs\n\nA aplicação define as APIs abaixo.\n\n    GET /api/product\n    POST /api/product\n    GET /api/product/querydsl?search=propriedade:valor      Ex.: name:car\n    GET /api/product/{Id}   -- ADMIN --\n    PUT /api/product/\n    DELETE /api/product/{Id}\n\n** Coleção POSTMAN disponibilizada no repositório\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasplopes%2Fcrud-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasplopes%2Fcrud-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasplopes%2Fcrud-project/lists"}