AngularMaterialCustomers

Angular CLI versão 17.3.4.

Descrição

Este projeto é um aplicativo de gerenciamento de clientes e contatos, desenvolvido com Angular e Angular Material, com autenticação baseada em tokens.

Requisitos

Antes de começar, certifique-se de que atende aos seguintes requisitos:

  • Node.js: Baixe e instale o Node.js, incluindo o gerenciador de pacotes npm, no site nodejs.org.
  • API Backend: Baixe e instale a API Backend, disponível no repositório AngularMaterialCustomersAPI.

Instalando o projeto

  • Execute o comando npm install para instalar as dependências do projeto.
  • Execute o comando npm start para iniciar o servidor de desenvolvimento. Navegue até http://localhost:4200/.

O aplicativo exige login, o usuário padrão é admin e a senha padrão é admin, mas podem ser conferidos e alterados na API, no arquivo seed.ts .

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.