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: about 2 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T06:34:02.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T19:11:35.868Z (over 1 year ago)
- Topics: angular, crud, igti, json-server
- Language: TypeScript
- Size: 1.46 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
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)