Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gymitoso/igti-ajs
- Owner: gymitoso
- License: mit
- Created: 2020-06-08T22:55:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T03:10:14.000Z (over 2 years ago)
- Last Synced: 2023-03-07T03:01:52.373Z (almost 2 years ago)
- Topics: angular, crud, igti, json-server
- Language: TypeScript
- Size: 565 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)