{"id":20808160,"url":"https://github.com/clintonbrito/crud-angular-spring","last_synced_at":"2026-04-13T10:32:36.016Z","repository":{"id":216744208,"uuid":"742212474","full_name":"clintonbrito/crud-angular-spring","owner":"clintonbrito","description":"CRUD app from an Angular + Java with Spring course. Practical exercise covering front-end in Angular and back-end logic with Java and Spring.","archived":false,"fork":false,"pushed_at":"2024-03-28T00:49:38.000Z","size":356,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T22:34:08.047Z","etag":null,"topics":["angular","java","spring","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/clintonbrito.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":"2024-01-12T01:33:40.000Z","updated_at":"2024-05-07T14:22:10.000Z","dependencies_parsed_at":"2024-02-27T00:37:25.004Z","dependency_job_id":"1843f968-8914-4bf3-b855-45d4a15c56ee","html_url":"https://github.com/clintonbrito/crud-angular-spring","commit_stats":null,"previous_names":["clintonbrito/crud-angular-spring"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clintonbrito/crud-angular-spring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clintonbrito%2Fcrud-angular-spring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clintonbrito%2Fcrud-angular-spring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clintonbrito%2Fcrud-angular-spring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clintonbrito%2Fcrud-angular-spring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clintonbrito","download_url":"https://codeload.github.com/clintonbrito/crud-angular-spring/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clintonbrito%2Fcrud-angular-spring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31749092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["angular","java","spring","typescript"],"created_at":"2024-11-17T19:45:46.172Z","updated_at":"2026-04-13T10:32:35.996Z","avatar_url":"https://github.com/clintonbrito.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CRUD Angular + Spring\n\nThis web application is a CRUD developed from [Loiane](https://github.com/loiane) Angular + Spring online course. It allows users to record courses, delete them, update course details, and retrieve a comprehensive list of all courses.\n\n\u003cbr\u003e\n\n## 🧪 Technologies\n\nThis project was developed using:\n\n  ![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge\u0026logo=openjdk\u0026logoColor=white)\n  ![Spring](https://img.shields.io/badge/spring-%236DB33F.svg?style=for-the-badge\u0026logo=spring\u0026logoColor=white)\n  ![Angular](https://img.shields.io/badge/angular-%23DD0031.svg?style=for-the-badge\u0026logo=angular\u0026logoColor=white)\n  ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n  ![MySQL](https://img.shields.io/badge/MySQL-005C84?style=for-the-badge\u0026logo=mysql\u0026logoColor=white)\n  ![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=white)\n\n\u003cbr\u003e\n\n## 🚀 Getting started locally\n\n\u003cp style\u003eClone this repository to your local machine and access the cloned directory:\u003c/p\u003e\n\n\u003cpre\u003e\u003ccode\u003egit clone git@github.com:clintonbrito/crud-angular-spring.git\ncd crud-angular-spring\u003c/code\u003e\u003c/pre\u003e\n\n\u003cp\u003e[WORK IN PROGRESS] Run this command to create all the project's Docker containers and install the dependencies:\u003c/p\u003e\n\n\u003cpre\u003e\u003ccode\u003edocker compose up -d\u003c/code\u003e\u003c/pre\u003e\n\n\u003cp\u003e[WORK IN PROGRESS] If you need to stop and remove the project's Docker containers, you can use the following command:\u003c/p\u003e\n\n\u003cpre\u003e\u003ccode\u003edocker compose down\u003c/code\u003e\u003c/pre\u003e\n\nCheck the front-end docker logs using the command `docker logs -f app_frontend` which address is running the application and open your browser and access the application through the address below to view the interface locally, for example:\n\n\u003cpre\u003e\u003ccode\u003ehttp://localhost:4200/\u003c/code\u003e\u003c/pre\u003e\n\n\u003cbr\u003e\n\n## 🎨 Development Patterns\n\n### Commit Patterns\n\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits\u0026logoColor=white)](https://conventionalcommits.org)\n\u003ca href=\"https://gitmoji.dev\"\u003e\n  \u003cimg\n    src=\"https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square\"\n    alt=\"Gitmoji\"\n  /\u003e\n\u003c/a\u003e\n\nThis project adopts [Gitmoji](https://github.com/carloscuesta/gitmoji) and the commit convention known as [Conventional Commits](https://www.conventionalcommits.org/). This means that we follow a standardized format for our commit messages, making it easier to generate changelogs and adopt semantic versioning.\n\nExample commit messages format:\n\n\u003cpre\u003e\u003ccode\u003efeat: add login functionality\nfix: resolve issue with user registration\nwip: connecting back-end to front-end\u003c/code\u003e\u003c/pre\u003e\n\n\u003cbr\u003e\n\n## 📝 License\nThis project is licensed under the MIT License. See the \u003ca target=\"_blank\" rel=\"noopener\" href=\"https://github.com/clintonbrito/crud-angular-spring/blob/main/LICENSE\"\u003eLICENSE\u003c/a\u003e file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclintonbrito%2Fcrud-angular-spring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclintonbrito%2Fcrud-angular-spring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclintonbrito%2Fcrud-angular-spring/lists"}