Project for Create, Read, Update and Delete of Library books. Front-End created with Angular 15, Back-End created with Java 8 + Spring Boot and Database with H2 in-memory. Created during Training Young Professionals.
To be able to run the project completely, you have to download the Back-End of the system here (IsaacLouzeiro/livraria-crud-java), and this repository Front-End. Later then, just start the Back-End in a terminal inside the folder with the command mvn spring-boot:run
, for start the Front-End, go to the folder project, run npm install
and run ng serve
.
Projeto de Cadastro, Leitura, Edição e Exclusão de livros de uma Livraria. Front-End criado com Angular 15, Back-End criado com Java 8 + Spring Boot e o Banco de Dados H2 em memória. Criado durante o Treinamento Jovens Profissionais.
Para conseguir rodar o projeto por completo, antes voce deverá baixar o Back-End do sistema por aqui (IsaacLouzeiro/livraria-crud-java) e esse repositório Front-End. Após isso, basta iniciar o Back-End em um terminal dentro da pasta com o comando mvn spring-boot:run
, para iniciar o Front-End, acesse a pasta do projeto, rode npm install
e depois rode ng serve
.
This project was generated with Angular CLI version 15.2.4.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.