PhilipRamkeerat / angular-ngrx-example

Improved version: This project involves utilizing Angular along with NGRX and Diagrams to showcase the application's architecture. The aim is to demonstrate the architecture in a clear and concise manner for better understanding and maintainability.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projeto baseado no tutorial do site betterprogramming.pub

All credits reserved for betterprogramming.pub, project for study purposes only

Você pode acessar o link do projeto aqui: Angular: Build a CRUD Application With NgRx


Para rodar o projeto é necessário um arquivo .jar disponibilizado no link acima

Primeiro Step para rodar o projeto:

java -jar {path_to_the_jar_file}/course-1.0.0-SNAPSHOT.jar

Este arquivo encontra-se na raiz desse projeto, para executalo, você necessita do Java 8


Segundo Step:

ng serve

Vá para: http://localhost:4200/courses e prossiga com o fluxo de cadastro


Arquitetura dos componentes

Retrieve:

Retrieve

Create:

Create

Update:

Update

Delete:

Delete

About

Improved version: This project involves utilizing Angular along with NGRX and Diagrams to showcase the application's architecture. The aim is to demonstrate the architecture in a clear and concise manner for better understanding and maintainability.


Languages

Language:TypeScript 80.3%Language:HTML 13.4%Language:JavaScript 6.0%Language:CSS 0.3%