Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gymitoso/igti-ajs

Um simples CRUD de exemplo utilizando Angular e Json Server
https://github.com/gymitoso/igti-ajs

angular crud igti json-server

Last synced: 23 days ago
JSON representation

Um simples CRUD de exemplo utilizando Angular e Json Server

Awesome Lists containing this project

README

        

# IGTI - Arquitetura Javascript

Um simples CRUD de exemplo utilizando Angular e Json Server.

## Tecnologias

- Angular - [Site oficial](https://angular.io/)
- Angular CLI - [Site oficial](https://cli.angular.io/) e verifique também a página com seu [overview](https://angular.io/cli)
- Angular Material - [Site oficial](https://material.angular.io/)
- Json Server - [Site oficial](https://github.com/typicode/json-server)

## Instalação

Para instalar as dependências rode o comando a seguir na pasta da aplicação:

```bash
npm install
```

## Rodando a aplicação

Para rodar a aplicação:

```bash
npm start
```

A aplicação estará disponível em [http://localhost:4200](http://localhost:4200) e a api em [http://localhost:3000](http://localhost:3000)

## CRUDS

- Agenda - Crud de contatos presente no endpoint [/contacts](http://localhost:4200/contacts)
- Livraria - Crud de livros presente no endpoint [/books](http://localhost:4200/books)