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

https://github.com/peimelo/heroes-crud

Frontend para testar o CRUD de Heroes do Curso de Ruby on Rails 6 como API.
https://github.com/peimelo/heroes-crud

angular cursoemvideo tour-of-heroes youtube-channel

Last synced: 4 months ago
JSON representation

Frontend para testar o CRUD de Heroes do Curso de Ruby on Rails 6 como API.

Awesome Lists containing this project

README

          

# Heroes CRUD

Frontend para testar o CRUD de Heroes do
[Curso de Ruby on Rails 6 como API](https://www.youtube.com/watch?v=gTR6lx00Nac&list=PLqsayW8DhUmuvgOX08aXYk6Y-HGrdYg20).


Angular

11.x.x



Material

11.x.x

## Configuração

```bash
git clone https://github.com/peimelo/heroes-crud.git
cd heroes-crud

# installation of dependencies
npm install

# run the project
ng serve
```

Abra o navegador no endereço `http://localhost:4200`.

## Backend

Espera-se que o backend suba em `http://localhost:3000`. Caso queira em outra porta,
altere o arquivo `src/proxy.conf.json` e reinicie o frontend.

## Deploy

Visite esse site em produção no endereço [https://heroes-crud.vercel.app](https://heroes-crud.vercel.app).