{"id":22945209,"url":"https://github.com/danilomeneghel/angularjs-spring-boot","last_synced_at":"2025-04-16T01:47:16.708Z","repository":{"id":130120976,"uuid":"157553390","full_name":"danilomeneghel/angularjs-spring-boot","owner":"danilomeneghel","description":"Projeto desenvolvido em Java - Spring-Boot e AngularJS","archived":false,"fork":false,"pushed_at":"2024-08-26T16:39:17.000Z","size":1830,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T03:41:28.935Z","etag":null,"topics":["angularjs","java","maven","mysql","spring-boot","spring-data","spring-rest","spring-security","spring-validation"],"latest_commit_sha":null,"homepage":"https://angularjs-spring-boot.herokuapp.com/","language":"Java","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/danilomeneghel.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":"2018-11-14T13:32:21.000Z","updated_at":"2025-01-02T22:42:12.000Z","dependencies_parsed_at":"2023-03-26T02:18:21.662Z","dependency_job_id":null,"html_url":"https://github.com/danilomeneghel/angularjs-spring-boot","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/danilomeneghel%2Fangularjs-spring-boot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilomeneghel%2Fangularjs-spring-boot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilomeneghel%2Fangularjs-spring-boot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilomeneghel%2Fangularjs-spring-boot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danilomeneghel","download_url":"https://codeload.github.com/danilomeneghel/angularjs-spring-boot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249182966,"owners_count":21226123,"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":["angularjs","java","maven","mysql","spring-boot","spring-data","spring-rest","spring-security","spring-validation"],"created_at":"2024-12-14T14:30:03.719Z","updated_at":"2025-04-16T01:47:16.672Z","avatar_url":"https://github.com/danilomeneghel.png","language":"Java","readme":"# Simulador de Empréstimo\n\nProjeto de um simulador de empréstimo para clientes, desenvolvido em Java com Spring-Boot.\n\n## Características\n\n- CRUD\n- API RESTful\n- ACL\n- Validation\n- Filter\n- Pagination\n- Login\n- Responsive\n- JUnit\n\n## Requisitos\n\n- Java JDK 1.8\n- Apache Maven \u003e= 3.5.4\n- MySql \u003e=5\n\n## Tecnologias\n\n- Java\n- JPA\n- Maven\n- Spring\n- Swagger\n- CSS\n- Jquery\n- Bootstrap\n- AngularJS\n- MySql\n\n## Instalação\n\n```\n$ git clone https://github.com/danilomeneghel/angularjs-spring-boot.git\n\n$ cd angularjs-spring-boot\n\n```\n\nCrie um banco de dados com o nome \"dbc\" no seu Mysql. Você encontra o dump na raiz do projeto (dbc.sql) e pode efetuar importação da seguinte forma:\n\n```\n$ mysql -u \u003cyour user\u003e -p \u003cyour password\u003e\n\nmysql\u003e create database `dbc`;\n\nmysql\u003e use `dbc`;\n\nmysql\u003e source dbc.sql\n\n```\n\nDepois abra o arquivo \"src/main/resources/application.properties\" e coloque os dados de acordo com a conexão do seu banco de dados. \u003cbr\u003e\n\nAo concluir a configuração, basta digitar no terminal:\n\n```\n$ mvn spring-boot:run\n``` \n\nAguarde carregar todo o serviço web. \u003cbr\u003e\nApós concluído, abra o seu navegador o seguinte endereço: \u003cbr\u003e\n\nhttp://localhost:8080/\n\n## Demonstração\n\nhttps://angularjs-spring-boot.herokuapp.com/ \u003cbr\u003e\n\n- Login\n    - Username: admin\n    - Password: admin\n\n## Swagger \n\nDocumentação da API RESTful: \u003cbr\u003e\n\nhttps://angularjs-spring-boot.herokuapp.com/swagger-ui.html\n\n- Login\n    - Username: admin\n    - Password: admin\n\n## Licença\n\nUser Registration is licensed under \u003ca href=\"LICENSE\"\u003eThe MIT License (MIT)\u003c/a\u003e.\n\n## Screenshots\n\n![Screenshots](screenshots/screenshot01.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot02.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot03.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot04.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot05.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot06.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot07.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot08.png)\u003cbr\u003e\u003cbr\u003e\n\n## Modelo ER\n\n![Screenshots](screenshots/modelo_er.png)\u003cbr\u003e\u003cbr\u003e\n\n\nDesenvolvido por\u003cbr\u003e\nDanilo Meneghel\u003cbr\u003e\ndanilo.meneghel@gmail.com\u003cbr\u003e\nhttp://danilomeneghel.github.io/\u003cbr\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilomeneghel%2Fangularjs-spring-boot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanilomeneghel%2Fangularjs-spring-boot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilomeneghel%2Fangularjs-spring-boot/lists"}