https://github.com/andersonguedesmg/customer-ngrx
Sistema simples para realizar o CRUD de cliente utilizando NgRx
https://github.com/andersonguedesmg/customer-ngrx
angular ngrx typescript
Last synced: about 2 months ago
JSON representation
Sistema simples para realizar o CRUD de cliente utilizando NgRx
- Host: GitHub
- URL: https://github.com/andersonguedesmg/customer-ngrx
- Owner: andersonguedesmg
- Created: 2023-01-16T17:32:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T13:49:37.000Z (over 3 years ago)
- Last Synced: 2025-05-24T17:41:02.864Z (about 1 year ago)
- Topics: angular, ngrx, typescript
- Language: TypeScript
- Homepage:
- Size: 384 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Customer-NgRx
### Descrição:
Sistema simples para realizar o CRUD de cliente utilizando NgRx
### Tecnologias
- [Angular 15](https://angular.io/)
- [TypeScript](https://www.typescriptlang.org/)
- [NgRx](https://ngrx.io/)
- [Bootstrap](https://getbootstrap.com/)
- [JSON Server](https://github.com/typicode/json-server)
- [ngx-mask](https://jsdaddy.github.io/ngx-mask/)
### Pré-requisitos
Antes de começar, é preciso ter instalado em sua máquina as seguintes ferramentas:
- [Git](https://git-scm.com)
- [Node.js](https://nodejs.org/en/)
- [Angular CLI](https://angular.io/cli)
- [VSCode](https://code.visualstudio.com/)
### Rodando localmente
Clone o repositório
```bash
git clone https://github.com/andersonguedesmg/Customer-NgRx
```
Acesse a pasta do projeto no terminal
```bash
cd Customer-NgRx
```
Instale as dependências
```bash
npm install
```
Inicie a aplicação
```bash
npm start
```
Acesse no navegador
```bash
http://localhost:4200/
```
### Features
- [x] Cadastro de Cliente
- [x] Edição de Cliente
- [x] Atualização de Cliente
- [x] Exclusão de Cliente
- [x] Listagem dos Clientes