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 Front-End of the system here (IsaacLouzeiro/livraria-angular), and this repository Back-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 Front-End do sistema por aqui (IsaacLouzeiro/livraria-angular) e esse repositório Back-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
.