https://github.com/thallyta-castro-cv/crud-reactive-angular-rxjs
Este projeto consiste CRUD totalmente reativo, onde cada operação que é feita é carregada em tempo real sem precisar recarregar a página.
https://github.com/thallyta-castro-cv/crud-reactive-angular-rxjs
angular angular-material nodejs rxjs
Last synced: 4 months ago
JSON representation
Este projeto consiste CRUD totalmente reativo, onde cada operação que é feita é carregada em tempo real sem precisar recarregar a página.
- Host: GitHub
- URL: https://github.com/thallyta-castro-cv/crud-reactive-angular-rxjs
- Owner: thallyta-castro-cv
- Created: 2022-10-02T01:00:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T01:20:22.000Z (almost 4 years ago)
- Last Synced: 2025-05-31T07:08:17.668Z (about 1 year ago)
- Topics: angular, angular-material, nodejs, rxjs
- Language: TypeScript
- Homepage:
- Size: 281 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD Reativo com Angular e RXJS
Este projeto foi criado com [Angular CLI](https://github.com/angular/angular-cli) 14.1.0 e node 16.
## Sobre o projeto
Este projeto consiste CRUD totalmente reativo, onde cada operação que é feita é carregada em tempo real sem precisar recarregar a página.

## Tecnologias utilizadas
### Frontend
- Angular
- Angular Material
- Angular flex-layout
- Reactive Forms
- HttpClient com rxjs
### Backend
- bcryptjs
- body-parser
- cors
- express
- mongoose
# Iniciando o projeto
### Frontend
Para iniciar a aplicação execute o seguinte comando no terminal dentro da pasta frontend
```shell script
ng serve
```
### Backend
Para iniciar a aplicação execute o seguinte comando no terminal dentro da pasta backend
```shell script
node app.js
```
# Autor
Thallyta Macedo Carvalho de Castro
Linkedin: https://www.linkedin.com/in/thallyta-castro/
Medium: https://medium.com/@thallyta-castro-cv
email: contato@thallytacastro.com.br