Se realiza un aplicativo CRUD de registro de ofertas con su respectivo nombre oferta y precio.
Este proyecto esta generado con Angular CLI version 13.2.3.
- backendItTeam Corriendo en el puerto 8080
- Node version v16.13.0+
Ir a service.service.ts y configurar la respectiva url
export class ServiceService {
constructor(private http:HttpClient) { }
Url='http://localhost:8080/offers';
...
Correr el comando npm install
npm run