Skip to content

murgaratone/frontItTeam

Repository files navigation

ItTeam

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.

Instalar local

Requisitos

  • backendItTeam Corriendo en el puerto 8080
  • Node version v16.13.0+

Configurar backend

Ir a service.service.ts y configurar la respectiva url

export class ServiceService {
  constructor(private http:HttpClient) { }
  Url='http://localhost:8080/offers';
...

Instalar dependencias

Correr el comando npm install

Correr

npm run

Demo en vivo

https://angular-it-team.herokuapp.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published