/livraria-angular

Projeto de Cadastro, Leitura, Edição e Exclusão de livros de uma Livraria. Front-End com Angular 15 // Project for Create, Read, Update and Delete of Library books. Front-End with Angular 15

Primary LanguageTypeScript

en-us

Welcome!

-- About

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.

-- How to use

To be able to run the project completely, you have to download the Back-End of the system here pt-br (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.

-- Technologies

Angular Typescript

pt-br

Bem vindo!

-- Sobre

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.

-- Como utilizar

Para conseguir rodar o projeto por completo, antes voce deverá baixar o Back-End do sistema por aqui pt-br (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.

-- Tecnologias

Angular Typescript

Project setup

This project was generated with Angular CLI version 15.2.4.

Development server

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.

Code scaffolding

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.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

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.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.