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.
- Host: GitHub
- URL: https://github.com/peimelo/heroes-crud
- Owner: peimelo
- Created: 2021-01-20T16:00:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T00:17:12.000Z (over 5 years ago)
- Last Synced: 2025-03-04T22:18:36.737Z (over 1 year ago)
- Topics: angular, cursoemvideo, tour-of-heroes, youtube-channel
- Language: TypeScript
- Homepage: https://heroes-crud.vercel.app
- Size: 572 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).